Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ script: tox

# Upload test coverage reports (codecov and deepsource)
after_success:
# Upload coverage to codecov
- bash <(curl -s https://codecov.io/bash)
# Install deepsource CLI
- curl https://deepsource.io/cli | sh
- export DEEPSOURCE_DSN=https://[email protected]
# Report coverage artifact to 'test-coverage' analyzer
-./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml
# Upload coverage to codecov
- bash <(curl -s https://codecov.io/bash)
# Install deepsource CLI
- curl https://deepsource.io/cli | sh
- export DEEPSOURCE_DSN=https://[email protected]
# Report coverage artifact to 'test-coverage' analyzer
- ./bin/deepsource report --analyzer test-coverage --key python --value-file ./coverage.xml

# Assuming you have installed the travis-ci CLI tool, after you
# create the Github repo and add it to Travis, run the
Expand Down