Skip to content

Commit

Permalink
fixup! Use coverage directly instead of dwas for reporting coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchubert committed Dec 30, 2023
1 parent 44dfcd3 commit 11a92df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ source = [
"**/src/dwas",
"**/site-packages/dwas/",
]
tests = [
"**/tests/",
]

[tool.coverage.report]
exclude_lines = [
Expand Down

0 comments on commit 11a92df

Please sign in to comment.