Skip to content

Commit

Permalink
Chore: Fix coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 3, 2024
1 parent 01dfd7c commit f353072
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,16 @@ xfail_strict = true
markers = [
]

[tool.coverage.run]
branch = false
omit = [
"tests/*",
]

[tool.coverage.report]
fail_under = 0
show_missing = true

[tool.mypy]
packages = [ "grafanimate" ]
exclude = [
Expand Down

0 comments on commit f353072

Please sign in to comment.