Skip to content

Commit bbc4d8c

Browse files
committed
Exclude vendored linkml-model from coverage reporting
1 parent b0578fe commit bbc4d8c

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)