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