mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-05-19 23:35:10 +00:00
fix(ci): lower coverage check threshold
This commit is contained in:
6
.github/workflows/pytest.yaml
vendored
6
.github/workflows/pytest.yaml
vendored
@@ -89,9 +89,9 @@ jobs:
|
||||
- name: Check coverage
|
||||
uses: yedpodtrzitko/coverage@main
|
||||
with:
|
||||
thresholdAll: 0.4
|
||||
thresholdNew: 0.4
|
||||
thresholdModified: 0.4
|
||||
thresholdAll: 0.1
|
||||
thresholdNew: 0.1
|
||||
thresholdModified: 0.1
|
||||
coverageFile: coverage.xml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
sourceDir: tagstudio/src
|
||||
|
||||
Reference in New Issue
Block a user