Skip to content

Commit

Permalink
chore(registry): fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-nc committed Sep 25, 2024
1 parent e6e08c4 commit 9eb106b
Show file tree
Hide file tree
Showing 4 changed files with 3,066 additions and 11,490 deletions.
4 changes: 2 additions & 2 deletions .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: 6
total_delta: 2
- name: Create coverage report for ilc/client
id: ilc-client-coverage-report
if: success() || failure()
Expand All @@ -320,7 +320,7 @@ jobs:
postComment: false
oldCodeCoveragePath: ./dest-merged-registry-tests-artifacts/coverage/coverage-summary.json
newCodeCoveragePath: ./src-merged-registry-tests-artifacts/coverage/coverage-summary.json
total_delta: 2
total_delta: 6
- name: Compose comment
if: success() || failure()
run: |
Expand Down
Loading

0 comments on commit 9eb106b

Please sign in to comment.