Skip to content

Commit a9b0893

Browse files
committed
build: Upload coverage to zeus
1 parent 6b05599 commit a9b0893

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ services:
5050
install:
5151
- pip install tox
5252
- pip install codecov
53+
- make install-zeus-cli
5354
- bash scripts/download-semaphore.sh
5455

5556
script:
5657
- coverage erase
5758
- ./scripts/runtox.sh '' --cov=sentry_sdk --cov-report= --cov-branch
5859
- codecov --file .coverage*
60+
- zeus upload -t "application/x-cobertura+xml" .coverage*
5961

6062
notifications:
6163
webhooks:

0 commit comments

Comments
 (0)