Skip to content

Commit

Permalink
chore: omit subprocess_jinja.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Oct 3, 2024
1 parent 0a32fbb commit 88bc4ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,8 @@ exclude_lines = [
]

[tool.coverage.run]
omit = ["./src/timeout_executor/subprocess.py", "./src/tests/**/*"]
omit = [
"./src/timeout_executor/subprocess.py",
"./src/timeout_executor/subprocess_jinja.py",
"./src/tests/**/*",
]

0 comments on commit 88bc4ea

Please sign in to comment.