Skip to content

Commit

Permalink
exclude app.py from coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
yoomlam committed Oct 1, 2024
1 parent 37f8b93 commit 2f13d8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,8 @@ markers = [
"audit: mark a test as a security audit log test, to be run isolated from other tests"]

[tool.coverage.run]
omit = ["src/db/migrations/*.py"]
omit = [
"src/db/migrations/*.py",
"src/app.py"
]

0 comments on commit 2f13d8e

Please sign in to comment.