File: .coveragerc

package info (click to toggle)
python-tubes 0.2.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 740 kB
  • sloc: python: 3,215; makefile: 149
file content (17 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[run]
branch = True
parallel = True
include =
   tubes/*
   */site-packages/tubes/*

[paths]
source =
   tubes
   .tox/*/lib/python*/site-packages/tubes
   .tox/*/Lib/site-packages/tubes
   .tox/pypy*/site-packages/tubes

[report]
precision = 2
ignore_errors = True