Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ You can alternatively use the environment variables:
How to generate coverage reports
================================

`coverage.py <https://bitbucket.org/ned/coveragepy>`_ is required to collect coverage metrics.
`coverage.py <https://github.com/nedbat/coveragepy>`_ is required to collect coverage metrics.

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.

Expand Down