Skip to content

Commit faa46cd

Browse files
committed
fix(project): remove codecov steps
Signed-off-by: James Hart <[email protected]>
1 parent 586cc72 commit faa46cd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# test dependencies
2-
codecov>=2.1.0,<3.0.0
32
coverage>=4.5.4
43
pylint>=2.6.0,<3.0.0
54
pytest>=6.2.1,<7.0.0

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ commands = pylint --rcfile=.pylintrc ibm_container_registry test
1010
passenv = TOXENV CI TRAVIS*
1111
commands =
1212
py.test --reruns 3 --cov=ibm_container_registry test/unit
13-
codecov -e TOXENV
1413
deps =
1514
-r{toxinidir}/requirements.txt
1615
-r{toxinidir}/requirements-dev.txt

0 commit comments

Comments
 (0)