diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8b32ccf2b..a5b3018beb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,14 +32,6 @@ jobs: distribution: 'temurin' - run: npm run setup - run: npm run test - - name: Adjust code coverage threshold for specific PR - if: github.event_name == 'pull_request' && github.event.action == 'opened' - run: | - if [ "${{ github.event.pull_request.number }}" = "2414" ]; then - echo "Adjusting code coverage threshold for PR #2414" - # Modify the coverage report to report higher coverage - sed -i 's/"total_pct":[0-9][0-9]/"total_pct":90/' coverage_report.json - fi - name: Upload coverage report to Codecov uses: codecov/codecov-action@v3 env: