Skip to content

Commit

Permalink
Remove codecov (#3871)
Browse files Browse the repository at this point in the history
  • Loading branch information
datumbox authored May 21, 2021
1 parent 6fa9308 commit b327734
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .circleci/unittest/linux/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ channels:
dependencies:
- pytest
- pytest-cov
- codecov
- pip
- libpng
# NOTE: Pinned to fix issues with size_t on Windows
Expand Down
2 changes: 0 additions & 2 deletions .circleci/unittest/linux/scripts/post_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ set -e

eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env

codecov
1 change: 0 additions & 1 deletion .circleci/unittest/windows/scripts/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ channels:
dependencies:
- pytest
- pytest-cov
- codecov
- pip
- libpng
# NOTE: Pinned to fix issues with size_t on Windows
Expand Down
2 changes: 0 additions & 2 deletions .circleci/unittest/windows/scripts/post_process.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ set -e

eval "$(./conda/Scripts/conda.exe 'shell.bash' 'hook')"
conda activate ./env

codecov
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
torchvision
===========

.. image:: https://codecov.io/gh/pytorch/vision/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pytorch/vision

.. image:: https://pepy.tech/badge/torchvision
:target: https://pepy.tech/project/torchvision

Expand Down

0 comments on commit b327734

Please sign in to comment.