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 emoji: true
verbose: true verbose: true
job-summary: true job-summary: true
custom-arguments: 'nwb_linkml' custom-arguments: '-c nwb_linkml/pyproject.toml'
- run: "coveralls --service=github" - run: "coveralls --service=github"
env: env:

View file

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