summaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-13 05:34:54 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-13 05:34:54 +0000
commitb8d423e7d13686d6627571d6c4adf12661d82147 (patch)
tree11d64ff26fb53c3c01ee35d062ca0c51fb883550 /.coveragerc
parentAdding upstream version 0.15.1. (diff)
downloadgitlint-upstream/0.16.0.tar.xz
gitlint-upstream/0.16.0.zip
Adding upstream version 0.16.0.upstream/0.16.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index a2e4c8f..a120715 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,2 +1,6 @@
+[report]
+fail_under = 97
+
[run]
-omit=*dist-packages*,*site-packages*,gitlint/tests/*,.venv/*,*virtualenv* \ No newline at end of file
+branch = true
+omit=*dist-packages*,*site-packages*,gitlint/tests/*,.venv/*,*virtualenv*