Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fast failing of coverage #1448

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ jobs:

- name: Merge Results
run: npm run merge
if: always()

- name: Create Report
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"

Expand All @@ -45,10 +42,7 @@ jobs:
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()