From 9d372606950dbb16c93c37f6fe538560b640e652 Mon Sep 17 00:00:00 2001
From: Tom Prince <tom.prince@private.storage>
Date: Thu, 14 Oct 2021 14:04:56 -0600
Subject: [PATCH] Coverage file location.

---
 tests.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests.nix b/tests.nix
index b4a9a01..f617608 100644
--- a/tests.nix
+++ b/tests.nix
@@ -51,7 +51,7 @@ in
       popd
 
       ZKAPAUTHORIZER_HYPOTHESIS_PROFILE=${hypothesisProfile'} ${python}/bin/python -m ${if collectCoverage
-    then "coverage run --debug=config --module"
+    then "coverage run --debug=config --rcfile=${zkapauthorizer.src}/.coveragerc --module"
     else ""
     } twisted.trial ${extraTrialArgs} ${testSuite'}
 
-- 
GitLab