File: .coveragerc

package info (click to toggle)
pypuppetdb 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 508 kB
  • sloc: python: 3,810; makefile: 127; sh: 9
file content (14 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[report]
exclude_lines =
    pragma: notest

[run]
source =
    pypuppetdb

omit =
    # don't check the test themselves, obviously
    tests/*

    # no point in checking this
    setup.py