Skip to content

Commit 9f5ec6b

Browse files
committed
[Tests] Chore: Only measure active code when reporting code coverage
1 parent 32d8660 commit 9f5ec6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ source = ["kotori"]
1111
fail_under = 0
1212
show_missing = true
1313
omit = [
14+
"kotori/daq/intercom/c.py",
15+
"kotori/daq/intercom/pyclibrary_ext/*",
16+
"kotori/daq/intercom/udp.py",
17+
"kotori/daq/intercom/wamp.py",
1418
"kotori/firmware/*",
19+
"kotori/frontend/*",
1520
"kotori/vendor/hydro2motion/*",
1621
"kotori/vendor/ilaundry/*",
1722
"kotori/vendor/luftdaten/*",

0 commit comments

Comments
 (0)