Skip to content

Commit b52c322

Browse files
committed
chore: ignore validator.oy from test coverage
1 parent d5410b0 commit b52c322

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ omit =
44
# Schema tested by `make check-black`
55
samtranslator/schema/*
66
samtranslator/internal/schema_source/*
7+
# Deprecated validator module
8+
samtranslator/validator/validator.py
79
[report]
810
exclude_lines =
911
pragma: no cover

0 commit comments

Comments
 (0)