diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 6788cce4..77b12a13 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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