File: .coveragerc

package info (click to toggle)
python-marshmallow-enum 1.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 140 kB
  • sloc: python: 359; sh: 8; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 496 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
26
27
28
29
30
31
[run]
branch = true
source = marshmallow_enum
omit =
        __meta__.py
parallel = true

[paths]
source =
   src/marshmallow_enum/
   .tox/*/lib/*/site-packages/marshmallow_enum/

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    if self\.debug:
    if settings.DEBUG
    raise NotImplementedError
    if 0:
    if False:
    if __name__ == .__main__.:
    @abstractmethod

fail_under = 80
precision = 2
show_missing = true
skip_covered = true

[html]
directory = tests/htmlcov