File: .coveragerc

package info (click to toggle)
ansible-lint 4.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,852 kB
  • sloc: python: 5,378; sh: 11; makefile: 6
file content (20 lines) | stat: -rw-r--r-- 446 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[run]
branch = true
parallel = true

[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__['"]:$

[paths]
source = lib/ansiblelint
         */.tox/*/lib/python*/site-packages/ansiblelint
         */.tox/pypy*/site-packages/ansiblelint
         */lib/ansiblelint