File: .coveragerc

package info (click to toggle)
python-pytest-venv 0.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 136 kB
  • sloc: python: 181; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[run]
parallel = true
source =
    pytest_venv
    tests

[paths]
source =
    src/pytest_venv
    */site-packages/pytest_venv

[report]
show_missing = true
precision = 2