File: .coveragerc

package info (click to toggle)
python-ansible-pygments 0.1.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 240 kB
  • sloc: python: 487; sh: 23; makefile: 3
file content (31 lines) | stat: -rw-r--r-- 590 bytes parent folder | download | duplicates (2)
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
[html]
directory = .test-results/pytest/cov/
show_contexts = true
skip_covered = false

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

[report]
skip_covered = true
show_missing = true
exclude_lines =
    \#\s*pragma: no cover
    ^\s*raise AssertionError\b
    ^\s*raise NotImplementedError\b
    ^\s*return NotImplemented\b
    ^\s*raise$
    ^if __name__ == ['"]__main__['"]:$

[run]
branch = true
command_line = -m pytest
cover_pylib = false
parallel = true
relative_files = true
source =
  ansible_pygments
  tests