File: .coveragerc

package info (click to toggle)
python-readtime 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: python: 246; makefile: 20; sh: 5
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download
1
2
3
4
5
6
7
8
[run]
branch = true
omit =
    readtime/__about__.py
[report]
omit =
    readtime/__about__.py
    */python?.?/*