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

Skip to content
< 10000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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*
60+
- zeus upload -t "application/x-cobertura+xml" .coverage*
5961

6062
notifications:
6163
webhooks:

0 commit comments

Comments
 (0)
0