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

Upload coverage at end of script

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