From e1e77797454ac747b293f589d8f2e0243173a419 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Sun, 18 Dec 2022 16:34:22 +0100 Subject: initial commit --- .coveragerc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .coveragerc (limited to '.coveragerc') diff --git a/.coveragerc b/.coveragerc new file mode 100644 index 0000000..9e77a35 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,15 @@ +[run] +dynamic_context = test_function +branch = True +source = tagit +data_file = .coverage +command_line = -m unittest + +[report] +show_missing = True +skip_empty = True + +[html] +directory = .htmlcov +show_contexts = True + -- cgit v1.2.3