Skip to content

Commit 3716307

Browse files
Merge pull request #66 from cleder/master
Codecov expects the coverage in xml format
2 parents c29bb83 + 706d169 commit 3716307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ source=your_package_name
3838
```
3939
pip install coverage
4040
coverage run tests.py
41+
coverage xml
4142
```
4243
#### pytest
4344
```
4445
pip install pytest-cov
45-
pytest --cov=./
46+
pytest --cov=./ --cov-report=xml
4647
```
4748
#### nosetests
4849
```

0 commit comments

Comments
 (0)