We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aaa416 commit 3d7d4c3Copy full SHA for 3d7d4c3
.github/workflows/ci.yml
@@ -318,8 +318,8 @@ jobs:
318
fullCoverageDiff: true
319
autorun: false
320
postComment: false
321
- oldCodeCoveragePath: ./dest-client-side-tests-artifacts/coverage/coverage-summary.json
322
- newCodeCoveragePath: ./src-client-side-tests-artifacts/coverage/coverage-summary.json
+ oldCodeCoveragePath: ./dest-client-side-tests-artifacts/coverage-summary.json
+ newCodeCoveragePath: ./src-client-side-tests-artifacts/coverage-summary.json
323
total_delta: 10
324
- name: Merge coverage report for registry
325
run: |
0 commit comments