Skip to content

Commit 658fbd7

Browse files
authored
pytest-cov needs --cov-report=xml
1 parent 523096d commit 658fbd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ coverage run tests.py
5252
#### pytest
5353
```
5454
pip install pytest-cov
55-
pytest --cov=./
55+
pytest --cov=./ --cov-report=xml
5656
```
5757
#### nosetests
5858
```

0 commit comments

Comments
 (0)