temporary change to test coverage in CI

This commit is contained in:
Jonas Depoix 2024-11-11 15:41:12 +01:00
parent 47eae6d8e0
commit 93fe4323f5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ youtube_transcript_api = "youtube_transcript_api.__main__:main"
[tool.poe.tasks]
test = "pytest youtube_transcript_api"
ci-test.shell = "coverage run -m unittest discover && coverage xml --fail-under=100"
ci-test.shell = "coverage run -m unittest discover && coverage xml"
coverage.shell = "coverage run -m unittest discover && coverage report -m"
format = "ruff format youtube_transcript_api"
ci-format = "ruff format youtube_transcript_api --check"