aboutsummaryrefslogtreecommitdiff
path: root/.coveragerc
blob: b136d669e645b75a9cd94848e30450913793efce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[paths]
source =
   src
   */site-packages

[run]
branch = true
source =
    edify
    tests
parallel = true

[report]
show_missing = true
precision = 2
omit = *migrations*