Skip to content

Commit

Permalink
add code coverage options
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Martin <[email protected]>
  • Loading branch information
jmartin-tech committed Sep 26, 2024
1 parent fa887f8 commit 01b9f80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,3 +116,7 @@ filterwarnings = [
"ignore",
"default:::garak",
]

[tool.coverage.run]
source = ["./garak"]
omit = ["tests/*"]

0 comments on commit 01b9f80

Please sign in to comment.