Skip to content

Commit 3cd60fc

Browse files
Omit the tests directory from tests
1 parent c723bfa commit 3cd60fc

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.coveragerc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[run]
2+
omit =
3+
# Omit the tests directory
4+
tests/*
5+
# Omit virtual environment (if any)
6+
venv/*
7+
# Omit the PICA Launcher main entry point if you want to focus on logic
8+
# PICA_v6.py

0 commit comments

Comments
 (0)