mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-01-29 06:10:51 +00:00
ci: lower test coverage threshold to 40%
This commit is contained in:
committed by
GitHub
parent
6ee5304b52
commit
607aafb4cd
6
.github/workflows/pytest.yaml
vendored
6
.github/workflows/pytest.yaml
vendored
@@ -67,9 +67,9 @@ jobs:
|
||||
- name: Check Code Coverage
|
||||
uses: yedpodtrzitko/coverage@main
|
||||
with:
|
||||
thresholdAll: 0.5
|
||||
thresholdNew: 0.5
|
||||
thresholdModified: 0.5
|
||||
thresholdAll: 0.4
|
||||
thresholdNew: 0.4
|
||||
thresholdModified: 0.4
|
||||
coverageFile: coverage.xml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
sourceDir: tagstudio/src
|
||||
|
||||
Reference in New Issue
Block a user