Skip to content

Commit 9ecf3de

Browse files
committed
chore: exclude exceptions and configs from coverage
1 parent 87ac9cd commit 9ecf3de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.coveragerc

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ omit =
99
*/protocols.py
1010
*/iterfaces/*
1111
*fake*
12+
*exceptions*
13+
system_notification/config/*
1214

1315

1416

@@ -25,5 +27,7 @@ omit =
2527
*/protocols.py
2628
*/iterfaces/*
2729
*fake*
30+
*exceptions*
31+
system_notification/config/*
2832

2933
ignore_errors = True

0 commit comments

Comments
 (0)