From 2a7b2f058ef29e5b016351b529d4363fa9c1a9fa Mon Sep 17 00:00:00 2001 From: sax Date: Wed, 12 Jun 2024 18:06:34 +0200 Subject: [PATCH] 2024-06-12 18:06 --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 4e18ed08..602de3cd 100644 --- a/pytest.ini +++ b/pytest.ini @@ -15,7 +15,7 @@ addopts = -rs --tb=short --capture=sys - --cov trash + --cov hope_dedup_engine --cov-config=tests/.coveragerc --cov-report html --cov-report xml:coverage.xml