huh coverage got disabled somehow

This commit is contained in:
sneakers-the-rat 2023-10-05 18:10:04 -07:00
parent 799d32ed24
commit 75f39b4914
3 changed files with 10 additions and 6 deletions

View file

@ -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)

View file

@ -1,6 +1,6 @@
[run]
branch = true
source = ./nwb_linkml/src/nwb_linkml
source = ./src/nwb_linkml
omit =
*/nwb_schema_language/*
*/nwb_linkml/models/*

View file

@ -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'