File: .coveragerc

package info (click to toggle)
python-fluent-logger 0.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: python: 1,804; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 153 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
# http://nedbatchelder.com/code/coverage/config.html#config

[run]
branch = True
omit =
    */tests/*
    fluent/__about__.py

[report]
omit = */tests/*