Skip to content

Commit 8b8bd76

Browse files
author
Steve Peak
authored
Update README.md
1 parent ca1acda commit 8b8bd76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[Codecov][1] Python Example
22
===========================
33

4-
## Usage
5-
64
```sh
75
# 1) install codecov
86
pip install codecov
@@ -17,7 +15,7 @@ codecov --token=<repo token>
1715

1816
## How to generate coverage reports
1917

20-
The use of [coverage.py](https://bitbucket.org/ned/coveragepy) is required. 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.
18+
[coverage.py](https://bitbucket.org/ned/coveragepy) is required to collect coverage metrics. 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.
2119

2220
> 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.
2321

0 commit comments

Comments
 (0)