File: .coveragerc

package info (click to toggle)
python-pytest-trio 0.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 464 kB
  • sloc: python: 944; sh: 49; makefile: 20
file content (9 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
[run]
branch=True
source=pytest_trio

[report]
precision = 1
exclude_lines =
  pragma: no cover
  abc.abstractmethod