We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a469b commit 041c2faCopy full SHA for 041c2fa
1 file changed
.travis.yml
@@ -53,14 +53,12 @@ services:
53
install:
54
- pip install tox
55
- pip install codecov
56
- - make install-zeus-cli
57
- bash scripts/download-semaphore.sh
58
59
script:
60
- coverage erase
61
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
62
- codecov --file .coverage*
63
- - zeus upload -t "application/x-cobertura+xml" .coverage*
64
65
notifications:
66
webhooks:
0 commit comments