Unverified Commit b3277345 authored by Vasilis Vryniotis's avatar Vasilis Vryniotis Committed by GitHub
Browse files

Remove codecov (#3871)

parent 6fa93086
...@@ -6,7 +6,6 @@ channels: ...@@ -6,7 +6,6 @@ channels:
dependencies: dependencies:
- pytest - pytest
- pytest-cov - pytest-cov
- codecov
- pip - pip
- libpng - libpng
# NOTE: Pinned to fix issues with size_t on Windows # NOTE: Pinned to fix issues with size_t on Windows
......
...@@ -4,5 +4,3 @@ set -e ...@@ -4,5 +4,3 @@ set -e
eval "$(./conda/bin/conda shell.bash hook)" eval "$(./conda/bin/conda shell.bash hook)"
conda activate ./env conda activate ./env
codecov
...@@ -6,7 +6,6 @@ channels: ...@@ -6,7 +6,6 @@ channels:
dependencies: dependencies:
- pytest - pytest
- pytest-cov - pytest-cov
- codecov
- pip - pip
- libpng - libpng
# NOTE: Pinned to fix issues with size_t on Windows # NOTE: Pinned to fix issues with size_t on Windows
......
...@@ -4,5 +4,3 @@ set -e ...@@ -4,5 +4,3 @@ set -e
eval "$(./conda/Scripts/conda.exe 'shell.bash' 'hook')" eval "$(./conda/Scripts/conda.exe 'shell.bash' 'hook')"
conda activate ./env conda activate ./env
codecov
torchvision 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 .. image:: https://pepy.tech/badge/torchvision
:target: https://pepy.tech/project/torchvision :target: https://pepy.tech/project/torchvision
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment