8000 build: Also run codecov for tests · etherscan-io/sentry-python@39120dc · GitHub
[go: up one dir, main page]

Skip to content

Commit 39120dc

Browse files
committed
build: Also run codecov for tests
1 parent 0a0a948 commit 39120dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ install:
5151

5252
script:
5353
- coverage erase
54-
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
54+
- ./scripts/runtox.sh '' --cov=tests --cov=sentry_sdk --cov-report= --cov-branch
5555
- coverage combine .coverage*
5656
- coverage xml -i
5757
- codecov --file coverage.xml

0 commit comments

Comments
 (0)
0