mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-09 21:54:27 +00:00
huh coverage got disabled somehow
This commit is contained in:
parent
799d32ed24
commit
75f39b4914
3 changed files with 10 additions and 6 deletions
|
@ -1,4 +1,8 @@
|
||||||
# nwb-linkml
|
# nwb-linkml
|
||||||
|
|
||||||
|
[![Documentation Status](https://readthedocs.org/projects/nwb-linkml/badge/?version=latest)](https://nwb-linkml.readthedocs.io/en/latest/?badge=latest)
|
||||||
|
|
||||||
|
|
||||||
Translating NWB schema language to linkml
|
Translating NWB schema language to linkml
|
||||||
|
|
||||||
(very WIP dont @ me)
|
(very WIP dont @ me)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[run]
|
[run]
|
||||||
branch = true
|
branch = true
|
||||||
source = ./nwb_linkml/src/nwb_linkml
|
source = ./src/nwb_linkml
|
||||||
omit =
|
omit =
|
||||||
*/nwb_schema_language/*
|
*/nwb_schema_language/*
|
||||||
*/nwb_linkml/models/*
|
*/nwb_linkml/models/*
|
||||||
|
|
|
@ -69,11 +69,11 @@ build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
#addopts = [
|
addopts = [
|
||||||
# "--cov=nwb_linkml",
|
"--cov=nwb_linkml",
|
||||||
# "--cov-append",
|
"--cov-append",
|
||||||
# "--cov-config=.coveragerc"
|
"--cov-config=.coveragerc"
|
||||||
#]
|
]
|
||||||
testpaths = [
|
testpaths = [
|
||||||
"tests",
|
"tests",
|
||||||
'nwb_linkml/tests'
|
'nwb_linkml/tests'
|
||||||
|
|
Loading…
Reference in a new issue