File: .coveragerc

package info (click to toggle)
python-prometheus-client 0.21.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 768 kB
  • sloc: python: 6,309; makefile: 9
file content (14 lines) | stat: -rw-r--r-- 256 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
branch = True
source = prometheus_client
omit =
    prometheus_client/decorator.py

[paths]
source =
   prometheus_client
   .tox/*/lib/python*/site-packages/prometheus_client
   .tox/pypy/site-packages/prometheus_client

[report]
show_missing = True