Skip to content

Commit 85fd355

Browse files
committed
chore: exclude *_pio.py from coverage report
1 parent f716439 commit 85fd355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ omit = [
5757
"*_circuitpython.py",
5858
"*_ftdi.py",
5959
"*_periphery.py",
60+
"*_pio.py",
6061
]
6162
exclude_lines = [
6263
"pragma: no cover",

0 commit comments

Comments
 (0)