8000 fix: Try to combine coverage again · etherscan-io/sentry-python@6d3decb · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d3decb

Browse files
committed
fix: Try to combine coverage again
1 parent 45a3aa9 commit 6d3decb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ install:
5252
script:
5353
- coverage erase
5454
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
55-
- codecov --file .coverage*
55+
- coverage combine .coverage*
56+
- coverage xml
57+
- codecov --file coverage.xml
5658

5759
notifications:
5860
webhooks:

0 commit comments

Comments
 (0)
0