We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ccfd7 commit 53bc605Copy full SHA for 53bc605
.coveragerc
setup.cfg
@@ -8,3 +8,18 @@ ignore_missing_imports = True
8
9
[mypy-pdoc.test.example_pkg.*]
10
ignore_errors = True
11
+
12
+[coverage:run]
13
+source =
14
+ pdoc
15
+omit =
16
+ pdoc/test/example_pkg/*
17
18
+[coverage:report]
19
+exclude_lines =
20
+ ^\s*continue\b
21
+ ^\s*return\b
22
+ ^\s*raise\b
23
+ ^\s*except\b
24
+ ^\s*warnings\.warn\(
25
+ ^\s*warn\(
0 commit comments