Skip to content

Commit

Permalink
Explicitly compute code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Jul 7, 2023
1 parent 36a1fe6 commit f5b4e75
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 @@ -19,7 +19,7 @@ variables:
- chmod +x /root/factordev/bin/codecov

script:
- "/root/factordev/bin/nosetests ${TESTFILES}"
- "/root/factordev/bin/nosetests --with-coverage --cover-package=factor_analyzer ${TESTFILES}"
after_script:
- /root/factordev/bin/codecov

Expand Down

0 comments on commit f5b4e75

Please sign in to comment.