File: .coveragerc

package info (click to toggle)
fsspec 2025.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 9,176 kB
  • sloc: python: 23,881; makefile: 31; sh: 17
file content (19 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[run]
omit =
    */test_*.py
    fsspec/_version.py
    fsspec/implementations/github.py
    fsspec/implementations/hdfs.py
source =
    fsspec

[report]
# Regexes for lines to exclude from consideration
exclude_lines =
    pragma: no cover

    raise AssertionError
    raise NotImplementedError
    pass

ignore_errors = True