Skip to content

Commit

Permalink
reenable code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Nov 21, 2024
1 parent ebc54d9 commit 786cbdb
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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()
- 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()

0 comments on commit 786cbdb

Please sign in to comment.