Skip to content

Commit 7ed3a97

Browse files
committed
Explicitly compute code coverage report.
1 parent 5a4f7eb commit 7ed3a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ variables:
1717
- /root/factordev/bin/pip install -e .
1818
- /root/factordev/bin/curl -o /root/factordev/bin/codecov https://uploader.codecov.io/latest/linux/codecov
1919
- chmod +x /root/factordev/bin/codecov
20-
2120
script:
2221
- "/root/factordev/bin/nosetests ${TESTFILES}"
22+
- "/root/factordev/bin/coverage xml"
2323
after_script:
2424
- /root/factordev/bin/codecov
2525

0 commit comments

Comments
 (0)