Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove codecov job and dependencies #3871

Merged
merged 3 commits into from
May 21, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
datumbox marked this conversation as resolved.
Show resolved Hide resolved
- 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