Skip to content

Commit

Permalink
remove NYC coverage causing build errors
Browse files Browse the repository at this point in the history
would be nice to find out a replacement or a fix
  • Loading branch information
jfhenon committed Jan 17, 2024
1 parent c7cede2 commit e15afd5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/onpullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
npm run test
env:
CI: true
- name: Report NYC coverage
uses: sidx1024/[email protected]
with:
# Path to coverage file generated by "nyc report".
coverage_file: "coverage/coverage-summary.json"
base_coverage_file: "coverage/coverage-summary.json"
comment_template_file: ".github/comment-template.md"
# - name: Report NYC coverage - removed for now
# uses: sidx1024/[email protected]
# with:
# # Path to coverage file generated by "nyc report".
# coverage_file: "coverage/coverage-summary.json"
# base_coverage_file: "coverage/coverage-summary.json"
# comment_template_file: ".github/comment-template.md"


0 comments on commit e15afd5

Please sign in to comment.