Skip to content

Commit

Permalink
Omit cov for action tester
Browse files Browse the repository at this point in the history
  • Loading branch information
lvoloshyn-sekoia committed Aug 6, 2024
1 parent 794317d commit 29f3aad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,8 @@ exclude = [
"tests/"
]
disable_error_code = "annotation-unchecked"

[tool.coverage.run]
omit = [
"sekoia_automation/scripts/action_runner.py"
]

0 comments on commit 29f3aad

Please sign in to comment.