passing test directory???

This commit is contained in:
sneakers-the-rat 2023-09-05 22:29:48 -07:00
parent fcd4f70442
commit 2e1130c3f6
2 changed files with 3 additions and 2 deletions

View file

@ -28,7 +28,7 @@ jobs:
emoji: true
verbose: true
job-summary: true
custom-arguments: '-c nwb_linkml/pyproject.toml'
custom-arguments: 'nwb_linkml/tests'
- run: "coveralls --service=github"
env:

View file

@ -68,7 +68,8 @@ addopts = [
"--cov-append"
]
testpaths = [
"tests"
"tests",
'nwb_linkml/tests'
]
[tool.coverage.run]