File: .coveragerc

package info (click to toggle)
cwltest 2.5.20241122133319-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 800 kB
  • sloc: python: 2,700; makefile: 124; sh: 89
file content (25 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[paths]
source =
  cwltest
  */site-packages/cwltest
  */cwltest

[run]
branch = True
source_pkgs = cwltest
omit =
  tests/*
  */site-packages/cwltest/tests/*

[report]
exclude_lines =
    if self.debug:
    pragma: no cover
    raise NotImplementedError
    if __name__ == .__main__.:
    if TYPE_CHECKING:
    \.\.\.
ignore_errors = True
omit =
  tests/*
  */site-packages/cwltest/tests/*