Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dc1a2b

Browse files
rickardraysearchtestrunner123
authored andcommitted
Use PyPI published version of codecov (#526)
1 parent 4cea008 commit 9dc1a2b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
pytest
33
coverage
44

5+
# Coverage upload
6+
codecov
7+
58
# Platform specific requirements
69
pip; sys_platform == 'win32'
710
wheel; sys_platform == 'win32'
811
pycparser; sys_platform != 'win32'
9-
10-
# Coverage upload
11-
# codecov v2.0.6 isn't on PyPi
12-
https://github.com/codecov/codecov-python/tarball/v2.0.6

0 commit comments

Comments
 (0)