From 9defe7617a7c6babd25722add508a3a98b6057c1 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 11 Jun 2021 11:29:12 +0200 Subject: [PATCH] Ignore a few more files --- .coveragerc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.coveragerc b/.coveragerc index b023fc9..315f343 100644 --- a/.coveragerc +++ b/.coveragerc @@ -5,6 +5,11 @@ omit = node_modules/* .virtualenv/* import_libravatar.py + requirements.txt + static/admin/* + static/humans.txt + static/img/robots.txt + [html] extra_css = coverage_extra_style.css