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
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment