Skip to content

Commit 64970bf

Browse files
committed
build: Fix coverage concurrency issues
1 parent 27dece4 commit 64970bf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ install:
5858

5959
script:
6060
- coverage erase
61-
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-append --cov-report= --cov-branch
62-
- codecov
61+
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
62+
- codecov --file .coverage*
6363

6464
notifications:
6565
webhooks:

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ setenv =
113113
rq: TESTPATH=tests/integrations/rq
114114
aiohttp: TESTPATH=tests/integrations/aiohttp
115115
tornado: TESTPATH=tests/integrations/tornado
116+
117+
COVERAGE_FILE=.coverage-{envname}
116118
passenv =
117119
AWS_ACCESS_KEY_ID
118120
AWS_SECRET_ACCESS_KEY

0 commit comments

Comments
 (0)