File: .coveragerc

package info (click to toggle)
python-cssselect 1.1.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: python: 2,231; sh: 8; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
[run]
branch = True
source = cssselect

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    if sys.version_info
    if __name__ == '__main__':