8000 fix: Attempt to fix coverage reports · etherscan-io/sentry-python@f9e8dd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9e8dd8

Browse files
committed
fix: Attempt to fix coverage reports
1 parent 1cf9bae commit f9e8dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install:
5151

5252
script:
5353
- coverage erase
54-
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
54+
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report=xml --cov-branch
5555
- codecov --file .coverage*
5656

5757
notifications:

0 commit comments

Comments
 (0)
0