nwb-linkml/nwb_linkml/.coveragerc

10 lines
132 B
Text
Raw Normal View History

2023-09-06 05:37:41 +00:00
[run]
branch = true
source = [
"nwb_linkml"
]
omit = [
"*/nwb_schema_language/*",
"*/nwb_linkml/models/*",
"*/tests/*"
]