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.
2 parents 1baa23f + 7947d8e commit 6b10067Copy full SHA for 6b10067
.coveragerc
@@ -11,3 +11,4 @@ exclude_lines =
11
ignore_errors = True
12
omit =
13
tests/*
14
+ linkml_runtime/linkml_model/*
codecov.yml
@@ -7,3 +7,5 @@ coverage:
7
patch:
8
default:
9
informational: true
10
+ignore:
+ - "linkml_runtime/linkml_model/**/*" # Vendored code from linkml-model
0 commit comments