File: .coveragerc

package info (click to toggle)
python-assertpy 1.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 628 kB
  • sloc: python: 5,712; makefile: 4; sh: 3
file content (9 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
8
9
[run]
branch = True

[report]
omit =
    */python?.?/*
    */site-packages/nose/*
    */tests/*
    */assertpy/__init__.py