Skip to content

Commit

Permalink
Update onpullrequest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfhenon committed Jan 14, 2024
1 parent 5ca05d6 commit d864ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/onpullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
env:
CI: true
- name: Report NYC coverage
uses: sidx1024/[email protected].6
uses: sidx1024/[email protected].7
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"
github_token: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit d864ab4

Please sign in to comment.