From a9f1a5195af3dab55e62a45e2c4387e18d7fe872 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 12 Jun 2021 17:56:25 +0200 Subject: [PATCH] Tweak output when running tests --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e09d9db..1608e93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,8 +6,9 @@ addopts = --tb=short --cov-config .coveragerc --cov=vdirsyncer - --cov-report=term-missing + --cov-report=term-missing:skip-covered --no-cov-on-fail + --color=yes # filterwarnings=error [flake8]