File: .coveragerc

package info (click to toggle)
python-pytest-toolbox 0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 196 kB
  • sloc: python: 391; makefile: 27; sh: 6
file content (12 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
[run]
source = pytest_toolbox
branch = True
concurrency = multiprocessing
parallel = True

[report]
exclude_lines =
    pragma: no cover

    raise NotImplementedError
    raise NotImplemented