mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-12 17:54:29 +00:00
explicit configuration passing
This commit is contained in:
parent
3d69213afe
commit
fcd4f70442
2 changed files with 2 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: 'nwb_linkml'
|
||||
custom-arguments: '-c nwb_linkml/pyproject.toml'
|
||||
|
||||
- run: "coveralls --service=github"
|
||||
env:
|
||||
|
|
|
@ -74,7 +74,7 @@ testpaths = [
|
|||
[tool.coverage.run]
|
||||
branch = true
|
||||
source = [
|
||||
"src/nwb_linkml"
|
||||
"nwb_linkml"
|
||||
]
|
||||
omit = [
|
||||
"*/nwb_schema_language/*",
|
||||
|
|
Loading…
Reference in a new issue