File: .coveragerc

package info (click to toggle)
python-darkslide 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,312 kB
  • sloc: python: 1,196; javascript: 523; makefile: 11
file content (16 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[paths]
source =
   src
   */site-packages

[run]
branch = true
source =
    darkslide
    tests
parallel = true

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