From 0cbe7efcd1e7dfa7d4df7245cc90d4263cc75e86 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Tue, 17 Dec 2019 14:25:03 +0200 Subject: [PATCH] playing around with pytest xml reports --- .gitignore | 1 + tox.ini | 2 ++ 2 files changed, 3 insertions(+) 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