From a666985c9150850b1fbc0e3aee9104ca402ca323 Mon Sep 17 00:00:00 2001 From: tdstein Date: Wed, 21 Feb 2024 11:52:11 -0500 Subject: [PATCH] build: disables coverage threshold for new files --- .github/workflows/pull-request.yaml | 2 -- 1 file changed, 2 deletions(-) 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 }}