File: .coveragerc

package info (click to toggle)
python-pytest-click 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 168 kB
  • sloc: python: 111; sh: 6; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 303 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[run]
branch = true
parallel = true
source = pytest_click

[paths]
source =
   src/pytest_click
   .tox/*/lib/python*/site-packages/pytest_click

[report]
show_missing = true
precision = 2
exclude_lines = raise NotImplementedError
omit = */tests/*
       setup.py
       */*.egg/*
       */*.egg-info/*