From 8c0fbff6e05e5e4afe5605925052f114f2b95ba2 Mon Sep 17 00:00:00 2001 From: Matthias Baumgartner Date: Thu, 8 Dec 2022 16:23:49 +0100 Subject: code evaluation rc files --- .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..ff789f3 --- /dev/null +++ b/.coveragerc @@ -0,0 +1,15 @@ +[run] +dynamic_context = test_function +branch = True +source = bsfs +data_file = .coverage +command_line = -m unittest + +[report] +show_missing = True +skip_empty = True + +[html] +directory = .htmlcov +show_contexts = True + -- cgit v1.2.3