Skip to content

Commit 84ea8b9

Browse files
author
Steve Peak
authored
Update README.md
1 parent e051e55 commit 84ea8b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ codecov
1313
codecov --token=<repo token>
1414
```
1515

16-
## How to generate coverage reports
16+
# How to generate coverage reports
1717

1818
[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.
1919

@@ -41,7 +41,7 @@ nosetest --with-coverage
4141
```
4242

4343

44-
## Testing with `tox`
44+
# Testing with `tox`
4545

4646
Codecov can be ran from inside your `tox.ini` please make sure you pass all the necessary environment variables through:
4747

0 commit comments

Comments
 (0)