mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
tests: Exclude lines from coverage
Exclude things like "raise NotImplementedError" and compiler bug handlers.
This commit is contained in:
parent
85150d397b
commit
1897478480
4 changed files with 15 additions and 12 deletions
6
.coveragerc
Normal file
6
.coveragerc
Normal file
|
@ -0,0 +1,6 @@
|
|||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
raise AssertionError
|
||||
raise NotImplementedError
|
||||
raise CompilerBugError
|
Loading…
Add table
Add a link
Reference in a new issue