Skip to content

Commit

Permalink
Try to fix ignore_errors option
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatal1ty committed Apr 30, 2024
1 parent ac64553 commit e5abdda
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 @@ -36,7 +36,7 @@ line-length = 79

[tool.coverage.run]
omit = ["setup.py"]
ignore_errors = true

[tool.coverage.report]
exclude_lines = ["pragma: no cover", "@overload", "@abstractmethod"]
ignore_errors = true

0 comments on commit e5abdda

Please sign in to comment.