diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 4ebd7e9a8..077c0c4f1 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,23 +32,23 @@ jobs: run: npm run report if: always() - # - name: Report NYC coverage - # uses: sidx1024/report-nyc-coverage-github-action@v1.2.7 - # if: always() - # with: - # coverage_file: "nyc-coverage-report/coverage-summary.json" - - # - name: Create test summary - # uses: test-summary/action@dist - # with: - # paths: "**/test-results.xml" - # show: "fail, skip" - # output: test-summary.md - - # if: always() - - # - name: PR comment with file - # uses: thollander/actions-comment-pull-request@v3 - # with: - # file-path: test-summary.md - # if: always() \ No newline at end of file + - name: Report NYC coverage + uses: sidx1024/report-nyc-coverage-github-action@v1.2.7 + if: always() + with: + coverage_file: "nyc-coverage-report/coverage-summary.json" + + - name: Create test summary + uses: test-summary/action@dist + with: + paths: "**/test-results.xml" + show: "fail, skip" + output: test-summary.md + + if: always() + + - name: PR comment with file + uses: thollander/actions-comment-pull-request@v3 + with: + file-path: test-summary.md + if: always() \ No newline at end of file