aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: ff789f372bed32d88946a4f28c7a33e214991e7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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