ci.coverage: increase threshold of tests status

This commit is contained in:
bastimeyer 2020-09-27 20:55:12 +02:00
parent 21a3067c17
commit 13fccae6ce
1 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ coverage:
paths:
- "src/streamlink/plugins/"
tests:
# new tests should always be fully covered
threshold: 0
threshold: 1
paths:
- "tests/"