We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d3decb commit 0a0a948Copy full SHA for 0a0a948
.travis.yml
@@ -53,7 +53,7 @@ script:
53
- coverage erase
54
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
55
- coverage combine .coverage*
56
- - coverage xml
+ - coverage xml -i
57
- codecov --file coverage.xml
58
59
notifications:
0 commit comments