summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 2f29a3aadafede0b6ed3c918f15810725afaa093 (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 =
    tblib
    tests
parallel = true

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