We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4f7eb commit 7ed3a97Copy full SHA for 7ed3a97
.gitlab-ci.yml
@@ -17,9 +17,9 @@ variables:
17
- /root/factordev/bin/pip install -e .
18
- /root/factordev/bin/curl -o /root/factordev/bin/codecov https://uploader.codecov.io/latest/linux/codecov
19
- chmod +x /root/factordev/bin/codecov
20
-
21
script:
22
- "/root/factordev/bin/nosetests ${TESTFILES}"
+ - "/root/factordev/bin/coverage xml"
23
after_script:
24
- /root/factordev/bin/codecov
25
0 commit comments