mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2025-01-10 06:04:28 +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
|
emoji: true
|
||||||
verbose: true
|
verbose: true
|
||||||
job-summary: true
|
job-summary: true
|
||||||
custom-arguments: '-c nwb_linkml/pyproject.toml'
|
custom-arguments: 'nwb_linkml/tests'
|
||||||
|
|
||||||
- run: "coveralls --service=github"
|
- run: "coveralls --service=github"
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -68,7 +68,8 @@ addopts = [
|
||||||
"--cov-append"
|
"--cov-append"
|
||||||
]
|
]
|
||||||
testpaths = [
|
testpaths = [
|
||||||
"tests"
|
"tests",
|
||||||
|
'nwb_linkml/tests'
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.coverage.run]
|
[tool.coverage.run]
|
||||||
|
|
Loading…
Reference in a new issue