Skip to content

Commit

Permalink
ignore tests in docstr coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Oct 2, 2023
1 parent f89e125 commit 8ca8554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ignore-nested-functions = false
ignore-nested-classes = true
ignore-private = true
ignore-property-decorators = true
#ignore-regex = ["^get$", "^mock_.*", ".*BaseClass.*"]
ignore-regex = ["^test"]
ignore-semiprivate = true
ignore-setters = true
omit-covered-files = false
Expand Down

0 comments on commit 8ca8554

Please sign in to comment.