From e4bb05ca57948faf504b11e40e7e1497ad341164 Mon Sep 17 00:00:00 2001 From: Stefan Bunde Date: Fri, 4 May 2018 17:02:20 +0200 Subject: [PATCH] don't list files in test coverage if they are covered to 100% --- castellum_core/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/castellum_core/tox.ini b/castellum_core/tox.ini index 3f641e8f8..b71230afe 100644 --- a/castellum_core/tox.ini +++ b/castellum_core/tox.ini @@ -7,7 +7,7 @@ addopts = --ds=castellum_core.settings --cov=castellum_core --cov-branch - --cov-report term-missing + --cov-report term-missing:skip-covered --cov-report html --cov-fail-under=80 -- GitLab