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

Skip to content

Commit 1d316b6

Browse files
authored
Merge pull request codecov#37 from pquentin/patch-1
Fix coverage.py call
2 parents fd251ac + 337a488 commit 1d316b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ How to generate coverage reports
4343

4444
`coverage.py <https://github.com/nedbat/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)