mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-09 16:24:28 +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
|
||||
|
||||
[![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
|
||||
|
||||
(very WIP dont @ me)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[run]
|
||||
branch = true
|
||||
source = ./nwb_linkml/src/nwb_linkml
|
||||
source = ./src/nwb_linkml
|
||||
omit =
|
||||
*/nwb_schema_language/*
|
||||
*/nwb_linkml/models/*
|
||||
|
|
|
@ -69,11 +69,11 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
#addopts = [
|
||||
# "--cov=nwb_linkml",
|
||||
# "--cov-append",
|
||||
# "--cov-config=.coveragerc"
|
||||
#]
|
||||
addopts = [
|
||||
"--cov=nwb_linkml",
|
||||
"--cov-append",
|
||||
"--cov-config=.coveragerc"
|
||||
]
|
||||
testpaths = [
|
||||
"tests",
|
||||
'nwb_linkml/tests'
|
||||
|
|
Loading…
Reference in a new issue