8000 build: Upload coverage to zeus · pythonthings/sentry-python@a9b0893 · GitHub
[go: up one dir, main page]

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

Lines changed: 2 additions & 0 deletions
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*
6 4A1A 0+
- zeus upload -t "application/x-cobertura+xml" .coverage*
5961

6062
notifications:
6163
webhooks:

0 commit comments

Comments
 (0)
0