Skip to content

Commit 337a488

Browse files
authored
Fix coverage.py call
1 parent b92edba commit 337a488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ How to generate coverage reports
4343

4444
`coverage.py <https://bitbucket.org/ned/coveragepy>`_ is required to collect coverage metrics.
4545

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.
46+
Below are some examples on how to include coverage tracking during your tests. Codecov will call `coverage xml -i` automatically to generate the coverage xml output, which will be archived and processed server side.
4747

4848
You may need to configure a ``.coveragerc`` file. Learn more `here <http://coverage.readthedocs.org/en/latest/config.html>`_. Start with this `generic .coveragerc <https://gist.github.com/codecov-io/bf15bde2c7db1a011b6e>`_ for example.
4949

0 commit comments

Comments
 (0)