diff --git a/.github/workflows/ci.js.yml b/.github/workflows/ci.js.yml index d0e8b52..9a47b8b 100644 --- a/.github/workflows/ci.js.yml +++ b/.github/workflows/ci.js.yml @@ -26,18 +26,18 @@ jobs: - name: Test run: yarn test - - name: Code Coverage Report - uses: irongut/CodeCoverageSummary@v1.3.0 - with: - filename: coverage/**/cobertura-coverage.xml - badge: true - fail_below_min: true - format: markdown - hide_branch_rate: false - hide_complexity: true - indicators: true - output: both - thresholds: '60 80' + # - name: Code Coverage Report + # uses: irongut/CodeCoverageSummary@v1.3.0 + # with: + # filename: coverage/**/cobertura-coverage.xml + # badge: true + # fail_below_min: true + # format: markdown + # hide_branch_rate: false + # hide_complexity: true + # indicators: true + # output: both + # thresholds: '60 80' # - name: Add Coverage PR Comment # uses: marocchino/sticky-pull-request-comment@v2