From 20c6886943339c504244fcb29b832d0d7cc2e6a1 Mon Sep 17 00:00:00 2001 From: Shmulik <29735690+Shmulik-Kravitz@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:56:34 +0300 Subject: [PATCH] Update ci.js.yml --- .github/workflows/ci.js.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) 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