Skip to content

Commit 9961abd

Browse files
committed
excluding device deployment from coverage
1 parent 93a8f14 commit 9961abd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.coveragerc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
[run]
22
source_pkgs = sinabs
3-
omit = */deprecated/*
3+
omit =
4+
# Omit any deprecated implementations
5+
*/deprecated/*
6+
# Omit GUI Components
7+
sinabs/backend/dynapcnn/dynapcnn_visualizer.py
8+
# Omit components that require physical device connectivity
9+
sinabs/backend/dynapcnn/io.py
10+
411
command_line = -m pytest tests/

0 commit comments

Comments
 (0)