-
-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.coveragerc
More file actions
33 lines (30 loc) · 623 Bytes
/
.coveragerc
File metadata and controls
33 lines (30 loc) · 623 Bytes
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
32
33
[html]
show_contexts = true
skip_covered = false
[paths]
_site-packages-to-src-mapping =
.
*/lib/pypy*/site-packages
*/lib/python*/site-packages
*\Lib\site-packages
[report]
exclude_also =
^\s*@pytest\.mark\.xfail
# fail_under = 98.95
skip_covered = true
skip_empty = true
show_missing = true
[run]
branch = true
cover_pylib = false
# https://coverage.rtfd.io/en/latest/contexts.html#dynamic-contexts
# dynamic_context = test_function # conflicts with `pytest-cov` if set here
parallel = true
plugins = Cython.Coverage
# plugins =
# covdefaults
relative_files = true
source =
.
source_pkgs =
frozenlist