File: .coveragerc

package info (click to toggle)
vine 5.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 368 kB
  • sloc: python: 874; makefile: 314; sh: 63
file content (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
[run]
branch = 1
cover_pylib = 0
include=*vine/*
omit = vine.tests.*

[report]
omit =
    */python?.?/*
    */site-packages/*
    */pypy/*
    *vine/five.py