File: .coveragerc

package info (click to toggle)
spyder 3.3.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 9,964 kB
  • sloc: python: 47,716; sh: 136; cpp: 67; xml: 34; makefile: 24; ansic: 19; java: 5
file content (18 lines) | stat: -rw-r--r-- 366 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[run]
omit =
    # Omit tests
    */tests/*
    # Omit external files
    */external/*
    # Omit site files
    */utils/site/*

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover

    # Don't complain if non-runnable code isn't run
    if __name__ == .__main__.:
fail_under=0