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 0a0a948 commit 39120dcCopy full SHA for 39120dc
.travis.yml
@@ -51,7 +51,7 @@ install:
51
52
script:
53
- coverage erase
54
- - ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
+ - ./scripts/runtox.sh '' --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
55
- coverage combine .coverage*
56
- coverage xml -i
57
- codecov --file coverage.xml
0 commit comments