Skip to content

Commit 445a639

Browse files
authored
build: Upload coverage to zeus (getsentry#546)
1 parent 47122df commit 445a639

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
@@ -53,6 +53,7 @@ services:
5353
install:
5454
- pip install tox
5555
- pip install codecov
56+
- make install-zeus-cli
5657
- bash scripts/download-semaphore.sh
5758

5859
script:
@@ -61,6 +62,7 @@ script:
6162
- coverage combine .coverage*
6263
- coverage xml -i
6364
- codecov --file coverage.xml
65+
- zeus upload -t "application/x-cobertura+xml" coverage.xml
6466

6567
notifications:
6668
webhooks:

0 commit comments

Comments
 (0)