explicit configuration passing

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

View file

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

View file

@ -74,7 +74,7 @@ testpaths = [
[tool.coverage.run]
branch = true
source = [
"src/nwb_linkml"
"nwb_linkml"
]
omit = [
"*/nwb_schema_language/*",