playing around with pytest xml reports

This commit is contained in:
Shay Palachy
2019-12-17 14:25:03 +02:00
parent e6cd23f68c
commit 0cbe7efcd1
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ nosetests.xml
coverage.xml
*,cover
.hypothesis/
cov.xml
# Translations
*.mo
+2
View File
@@ -29,6 +29,8 @@ norecursedirs=dist build .tox
addopts =
# --doctest-modules
--cov=cachier
--cov-report term
--cov-report xml:cov.xml
-r a
-v
-s