From 4148f1171969e5d1dbf6be34e45b1da55f535ff2 Mon Sep 17 00:00:00 2001 From: Lucas Brandstaetter <lucas@brandstaetter.tech> Date: Sun, 22 Dec 2024 06:25:01 +0100 Subject: [PATCH] Update coverage excludes --- src/tox.ini | 1 + tox.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/src/tox.ini b/src/tox.ini index 10d80fdae..fcee93d6f 100644 --- a/src/tox.ini +++ b/src/tox.ini @@ -23,4 +23,5 @@ data_file = ../.tools/coverage/coverage dynamic_context = test_function omit = */migrations/* + */tests/* branch=true diff --git a/tox.ini b/tox.ini index aeb1e3551..a0a9e0653 100644 --- a/tox.ini +++ b/tox.ini @@ -84,6 +84,7 @@ data_file = .tools/coverage/coverage dynamic_context = test_function omit = */migrations/* + */tests/* branch=true [coverage:report] -- GitLab