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 64f7262 commit ddfd410Copy full SHA for ddfd410
.github/workflows/ci.yml
@@ -17,13 +17,15 @@ jobs:
17
- uses: actions/checkout@v3
18
- name: Install dependencies
19
run: npm install
20
- - uses: ArtiomTr/jest-coverage-report-action@v2
+ - name: Coverage Utils JS
21
+ uses: ArtiomTr/jest-coverage-report-action@v2
22
id: coverage-utils-js
23
with:
24
output: comment, report-markdown
25
test-script: npm test
26
coverage-file: ./reports/report.json
- - uses: marocchino/sticky-pull-request-comment@v2
27
+ - name: Sticky Pull Request Comment
28
+ uses: marocchino/sticky-pull-request-comment@v2
29
if: steps.coverage-utils-js.outputs.report != ''
30
31
header: Contentstack Utils JS Coverage
0 commit comments