File: .coveragerc

package info (click to toggle)
freezer-api 9.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,884 kB
  • sloc: python: 15,677; sh: 388; makefile: 56
file content (14 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# .coveragerc to control coverage.py
[run]
branch = True
omit = freezer_api/tests/*

[report]
ignore_errors = True

[paths]
source =
    freezer_api/

[html]
directory = term