We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c83e9 commit 310104fCopy full SHA for 310104f
.github/workflows/coverage-experiment.yml
@@ -15,13 +15,13 @@ jobs:
15
- name: Checkout Main
16
uses: actions/checkout@v4
17
with:
18
- ref: main
+ ref: ishymko/test-coverage-delta
19
20
- name: Install & Test (Main)
21
run: |
22
npm ci
23
npm run coverage
24
- mv ./coverage/coverage-summary.json ./coverage-main-summary.json
+ mv coverage/coverage-summary.json coverage-main-summary.json
25
26
- name: Checkout PR Branch
27
0 commit comments