Skip to content

Commit 5a4f7eb

Browse files
committed
Use latest codecov uploader in CI plan.
1 parent 029a16f commit 5a4f7eb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ variables:
1313
# set up the basic job
1414
.runtests:
1515
before_script:
16-
- "conda create --prefix /root/factordev --channel conda-forge --file requirements.txt python=${PYVERSION} codecov nose nose-cov --yes --quiet"
16+
- "conda create --prefix /root/factordev --channel conda-forge --file requirements.txt python=${PYVERSION} curl nose nose-cov --yes --quiet"
1717
- /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+
1821
script:
1922
- "/root/factordev/bin/nosetests ${TESTFILES}"
2023
after_script:

0 commit comments

Comments
 (0)