We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b05599 commit a9b0893Copy full SHA for a9b0893
1 file changed
.travis.yml
@@ -50,12 +50,14 @@ services:
50
install:
51
- pip install tox
52
- pip install codecov
53
+ - make install-zeus-cli
54
- bash scripts/download-semaphore.sh
55
56
script:
57
- coverage erase
58
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
59
- codecov --file .coverage*
60
+ - zeus upload -t "application/x-cobertura+xml" .coverage*
61
62
notifications:
63
webhooks:
0 commit comments