File: .coveragerc

package info (click to toggle)
python-aiosmtpd 1.4.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,016 kB
  • sloc: python: 8,064; makefile: 159
file content (10 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# .coveragerc to control coverage.py
[run]
branch = True
omit = aiosmtpd/docs/*

[report]
exclude_also =
    ^\s*if TYPE_CHECKING:
    : \.\.\.(\s*#.*)?$
    ^ +\.\.\.$