We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5410b0 commit b52c322Copy full SHA for b52c322
.coveragerc
@@ -4,6 +4,8 @@ omit =
4
# Schema tested by `make check-black`
5
samtranslator/schema/*
6
samtranslator/internal/schema_source/*
7
+ # Deprecated validator module
8
+ samtranslator/validator/validator.py
9
[report]
10
exclude_lines =
11
pragma: no cover
0 commit comments