File: .coveragerc

package info (click to toggle)
python-plaster-pastedeploy 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: python: 639; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[run]
parallel = true
source =
    plaster_pastedeploy
    tests
omit =
    tests/fake_packages/*
    tests/sample_configs/*

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

[report]
show_missing = true
precision = 2