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 27dece4 commit 64970bfCopy full SHA for 64970bf
.travis.yml
@@ -58,8 +58,8 @@ install:
58
59
script:
60
- coverage erase
61
- - ./scripts/runtox.sh '' --cov=sentry_sdk --cov-append --cov-report= --cov-branch
62
- - codecov
+ - ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
+ - codecov --file .coverage*
63
64
notifications:
65
webhooks:
tox.ini
@@ -113,6 +113,8 @@ setenv =
113
rq: TESTPATH=tests/integrations/rq
114
aiohttp: TESTPATH=tests/integrations/aiohttp
115
tornado: TESTPATH=tests/integrations/tornado
116
+
117
+ COVERAGE_FILE=.coverage-{envname}
118
passenv =
119
AWS_ACCESS_KEY_ID
120
AWS_SECRET_ACCESS_KEY
0 commit comments