diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index 4dd598ef..2ed545a2 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -43,6 +43,4 @@ jobs: with: coverageFile: coverage.xml thresholdAll: 0.8 - thresholdNew: 0.9 - thresholdModified: 0.9 token: ${{ secrets.GITHUB_TOKEN }}