aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: 40f07cc9edcd6445f8e2ef497f151110d91cacdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[run]
dynamic_context = test_function
branch = True
source = bsie
data_file = .coverage
command_line = -m unittest

[report]
show_missing = True
skip_empty = True

[html]
directory = .htmlcov
show_contexts = True