mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
passing test directory???
This commit is contained in:
parent
fcd4f70442
commit
2e1130c3f6
2 changed files with 3 additions and 2 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -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:
|
||||
|
|
|
@ -68,7 +68,8 @@ addopts = [
|
|||
"--cov-append"
|
||||
]
|
||||
testpaths = [
|
||||
"tests"
|
||||
"tests",
|
||||
'nwb_linkml/tests'
|
||||
]
|
||||
|
||||
[tool.coverage.run]
|
||||
|
|
Loading…
Reference in a new issue