diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e31ce538..eadbecbe9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,6 +54,9 @@ jobs: with: coverageFile: coverage.xml token: ${{ secrets.GITHUB_TOKEN }} + thresholdAll: 0.75 + thresholdNew: 0.9 + thresholdModified: 0.85 - if: matrix.is-dev-version run: | pip install genbadge[coverage]