File: .coveragerc

package info (click to toggle)
python-pyramid-retry 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 216 kB
  • sloc: python: 532; makefile: 156
file content (14 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
parallel = true
source =
    pyramid_retry
    tests

[paths]
source =
    src/pyramid_retry
    */site-packages/pyramid_retry

[report]
show_missing = true
precision = 2