ci.codecov: add build_backend status check

This commit is contained in:
bastimeyer 2024-04-10 17:42:49 +02:00 committed by Sebastian Meyer
parent a906592274
commit 5a3fb46d4b
1 changed files with 5 additions and 1 deletions

View File

@ -32,7 +32,6 @@ coverage:
streamlink:
threshold: 1
paths:
- "build_backend/"
- "src/streamlink/"
- "!src/streamlink/plugins/"
streamlink_cli:
@ -49,3 +48,8 @@ coverage:
target: 100
paths:
- "tests/"
build_backend:
# build_backend should always be fully covered
target: 100
paths:
- "build_backend/"