Skip to content

Commit

Permalink
coverage fail below 80
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Jun 17, 2024
1 parent 431c067 commit 69cf4de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,12 @@ exclude_also = [
]
show_missing = true
skip_covered = true
fail_under = 100
fail_under = 80
omit = ["subliminal/cli.py"]

[tool.coverage.run]
source = ["subliminal"]
relative_files = true


# https://mypy.readthedocs.io/en/stable/config_file.html
Expand Down

0 comments on commit 69cf4de

Please sign in to comment.