8000 build: Enable branch coverage · etherscan-io/sentry-python@f76305f · GitHub
[go: up one dir, main page]

Skip to content

Commit f76305f

Browse files
committed
build: Enable branch coverage
1 parent db8cba3 commit f76305f

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
@@ -47,7 +47,7 @@ install:
4747

4848
script:
4949
- coverage erase
50-
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-append --cov-report=
50+
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-append --cov-report= --cov-branch
5151
- codecov
5252

5353
notifications:

0 commit comments

Comments
 (0)
0