Skip to content

Commit

Permalink
Update ci.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmulik-Kravitz committed Oct 2, 2024
1 parent e1ff388 commit 20c6886
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ci.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
- name: Test
run: yarn test

- name: Code Coverage Report
uses: irongut/[email protected]
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/[email protected]
# 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
Expand Down

0 comments on commit 20c6886

Please sign in to comment.