You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ You can alternatively use the environment variables:
41
41
How to generate coverage reports
42
42
================================
43
43
44
-
`coverage.py <https://bitbucket.org/ned/coveragepy>`_ is required to collect coverage metrics.
44
+
`coverage.py <https://github.com/nedbat/coveragepy>`_ is required to collect coverage metrics.
45
45
46
46
Below are some examples on how to include coverage tracking during your tests. Codecov will call `coveragexml -i` automatically to generate the coverage xml output, which will be archived and processed server side.
0 commit comments