summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 2ac60a8a8bd43335472bed6309d4e3e23150429e (plain)
1
2
3
4
5
6
7
8
9
10
[run]
branch = True
parallel = True
data_file = build/.coverage

[report]
include=bottle.py

[html]
directory = build/coverage