Skip to content

Commit

Permalink
ci: temp increase coverage limit due to change how coverage of branch…
Browse files Browse the repository at this point in the history
…es is calculated in new version of nyc
  • Loading branch information
stas-nc committed Sep 25, 2024
1 parent 3025d75 commit e6e08c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ jobs:
postComment: false
oldCodeCoveragePath: ./dest-server-side-tests-artifacts/coverage/coverage-summary.json
newCodeCoveragePath: ./src-server-side-tests-artifacts/coverage/coverage-summary.json
total_delta: 2
total_delta: 6
- name: Create coverage report for ilc/client
id: ilc-client-coverage-report
if: success() || failure()
Expand Down

0 comments on commit e6e08c4

Please sign in to comment.