File: .coveragerc

package info (click to toggle)
pytest-cython 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 288 kB
  • sloc: python: 555; ansic: 6; cpp: 6; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[paths]
source = cython

[run]
branch = True
parallel = true
source = cython

[report]
precision = 2
show_missing = true
omit = *migrations*