diff --git a/.gitignore b/.gitignore index 1449397..8d11232 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ nosetests.xml coverage.xml *,cover .hypothesis/ +cov.xml # Translations *.mo diff --git a/tox.ini b/tox.ini index 2a508fc..8eebf12 100644 --- a/tox.ini +++ b/tox.ini @@ -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