Skip to content

Commit 6b10067

Browse files
authored
Merge pull request #421 from vladistan/exclude-linkml-model-from-coverage
Exclude vendored linkml-model from coverage reporting
2 parents 1baa23f + 7947d8e commit 6b10067

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.coveragerc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ exclude_lines =
1111
ignore_errors = True
1212
omit =
1313
tests/*
14+
linkml_runtime/linkml_model/*

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ coverage:
77
patch:
88
default:
99
informational: true
10+
ignore:
11+
- "linkml_runtime/linkml_model/**/*" # Vendored code from linkml-model

0 commit comments

Comments
 (0)