From: Vladimír Vondruš Date: Mon, 16 Sep 2024 17:52:32 +0000 (+0200) Subject: documentation: ignore the test directory for code coverage. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=9491c025bf52b43f92335368baa8c89810c20746;p=blog.git documentation: ignore the test directory for code coverage. --- diff --git a/documentation/.coveragerc b/documentation/.coveragerc index 3a5e2462..04d7f6dd 100644 --- a/documentation/.coveragerc +++ b/documentation/.coveragerc @@ -1,4 +1,5 @@ [run] omit = + */test/* */test_*/* */latex2svg.py