We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 523096d commit 658fbd7Copy full SHA for 658fbd7
1 file changed
README.md
@@ -52,7 +52,7 @@ coverage run tests.py
52
#### pytest
53
```
54
pip install pytest-cov
55
-pytest --cov=./
+pytest --cov=./ --cov-report=xml
56
57
#### nosetests
58
0 commit comments