Skip to content

Commit

Permalink
Use latest codecov uploader in CI plan.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Jul 7, 2023
1 parent 029a16f commit 5a4f7eb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ variables:
# set up the basic job
.runtests:
before_script:
- "conda create --prefix /root/factordev --channel conda-forge --file requirements.txt python=${PYVERSION} codecov nose nose-cov --yes --quiet"
- "conda create --prefix /root/factordev --channel conda-forge --file requirements.txt python=${PYVERSION} curl nose nose-cov --yes --quiet"
- /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}"
after_script:
Expand Down

0 comments on commit 5a4f7eb

Please sign in to comment.