Skip to content
Snippets Groups Projects
Commit 4f03b791 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Move codecov to conditional if $COVERAGE

parent 6d832412
Branches
Tags
No related merge requests found
...@@ -25,9 +25,8 @@ before_script: ...@@ -25,9 +25,8 @@ before_script:
script: script:
- pip install -e . - pip install -e .
- python setup.py test - python setup.py test
- codecov
after_success: after_success:
- if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; fi - if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; codecov; fi
after_script: after_script:
- travis-cleanup - travis-cleanup
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment