diff --git a/.github/workflows/testing-from-build.yml b/.github/workflows/testing-from-build.yml index b46aa6a530..188947f347 100644 --- a/.github/workflows/testing-from-build.yml +++ b/.github/workflows/testing-from-build.yml @@ -52,13 +52,13 @@ jobs: with: filename: ./coverage.xml badge: true - fail_below_min: false + fail_below_min: true format: markdown hide_branch_rate: false hide_complexity: true indicators: true output: both - thresholds: '85' + thresholds: '85 90' - name: Add Coverage PR Comment uses: marocchino/sticky-pull-request-comment@v2