Skip to content

Commit

Permalink
Explicitly compute code coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Jul 7, 2023
1 parent 5a4f7eb commit 7ed3a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ variables:
- /root/factordev/bin/pip install -e .
- /root/factordev/bin/curl -o /root/factordev/bin/codecov https://uploader.codecov.io/latest/linux/codecov
- chmod +x /root/factordev/bin/codecov

script:
- "/root/factordev/bin/nosetests ${TESTFILES}"
- "/root/factordev/bin/coverage xml"
after_script:
- /root/factordev/bin/codecov

Expand Down

0 comments on commit 7ed3a97

Please sign in to comment.