Skip to content

Commit

Permalink
chore: Ensure coverage is collected from tests and installed modules
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 14, 2024
1 parent 5de0c73 commit ecf9e6f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions tools/schemacode/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@ markers = [
"validate_schema: tests that validate the schema itself",
]

[tool.coverage.paths]
source = [
"src/bidsschematools",
"**/site-packages/bidsschematools",
]

[tool.coverage.run]
parallel = true
omit = [
"*/*/tests/*",
"**/tests/*"
]

0 comments on commit ecf9e6f

Please sign in to comment.