Skip to content

Commit 3d7d4c3

Browse files
committed
chore: fix build
1 parent 1aaa416 commit 3d7d4c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@ jobs:
318318
fullCoverageDiff: true
319319
autorun: false
320320
postComment: false
321-
oldCodeCoveragePath: ./dest-client-side-tests-artifacts/coverage/coverage-summary.json
322-
newCodeCoveragePath: ./src-client-side-tests-artifacts/coverage/coverage-summary.json
321+
oldCodeCoveragePath: ./dest-client-side-tests-artifacts/coverage-summary.json
322+
newCodeCoveragePath: ./src-client-side-tests-artifacts/coverage-summary.json
323323
total_delta: 10
324324
- name: Merge coverage report for registry
325325
run: |

0 commit comments

Comments
 (0)