Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
b3277345
Unverified
Commit
b3277345
authored
May 21, 2021
by
Vasilis Vryniotis
Committed by
GitHub
May 21, 2021
Browse files
Remove codecov (#3871)
parent
6fa93086
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
9 deletions
+0
-9
.circleci/unittest/linux/scripts/environment.yml
.circleci/unittest/linux/scripts/environment.yml
+0
-1
.circleci/unittest/linux/scripts/post_process.sh
.circleci/unittest/linux/scripts/post_process.sh
+0
-2
.circleci/unittest/windows/scripts/environment.yml
.circleci/unittest/windows/scripts/environment.yml
+0
-1
.circleci/unittest/windows/scripts/post_process.sh
.circleci/unittest/windows/scripts/post_process.sh
+0
-2
README.rst
README.rst
+0
-3
No files found.
.circleci/unittest/linux/scripts/environment.yml
View file @
b3277345
...
...
@@ -6,7 +6,6 @@ channels:
dependencies
:
-
pytest
-
pytest-cov
-
codecov
-
pip
-
libpng
# NOTE: Pinned to fix issues with size_t on Windows
...
...
.circleci/unittest/linux/scripts/post_process.sh
View file @
b3277345
...
...
@@ -4,5 +4,3 @@ set -e
eval
"
$(
./conda/bin/conda shell.bash hook
)
"
conda activate ./env
codecov
.circleci/unittest/windows/scripts/environment.yml
View file @
b3277345
...
...
@@ -6,7 +6,6 @@ channels:
dependencies
:
-
pytest
-
pytest-cov
-
codecov
-
pip
-
libpng
# NOTE: Pinned to fix issues with size_t on Windows
...
...
.circleci/unittest/windows/scripts/post_process.sh
View file @
b3277345
...
...
@@ -4,5 +4,3 @@ set -e
eval
"
$(
./conda/Scripts/conda.exe
'shell.bash'
'hook'
)
"
conda activate ./env
codecov
README.rst
View file @
b3277345
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment