We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa71d4d commit 9039e6fCopy full SHA for 9039e6f
.github/workflows/pr-reporting.yml
@@ -19,7 +19,7 @@ jobs:
19
reporter: jest-junit # Format of test results
20
- name: Download coverage artifacts with cli
21
run: |
22
- gh run download {{ github.context.payload.workflow_run.id }} -n coverage
+ gh run download ${{ github.context.payload.workflow_run.id }} -n coverage
23
ls
24
unzip coverage.zip
25
- name: Code Coverage Summary Report
0 commit comments