Skip to content

Commit

Permalink
Remove codecov since it's removed from PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Apr 15, 2023
1 parent 9b110c7 commit 3e0a2b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
no_output_timeout: 30m
command: |
sudo pip install --upgrade pip
sudo pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython pytest pytest-cov codecov
sudo pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython pytest pytest-cov
sudo pip install -e .[tests]
- save_cache:
key: deps9-{{ .Branch }}
Expand All @@ -31,4 +31,5 @@ jobs:
no_output_timeout: 30m
command: |
python -m pytest --cov=cornac
codecov || echo "codecov failed"
# codecov is deprecated, need to migrate to new uploader https://docs.codecov.com/docs/codecov-uploader
# codecov || echo "codecov failed"

0 comments on commit 3e0a2b3

Please sign in to comment.