Skip to content

Commit

Permalink
report coverage on pr's
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparticuz committed Oct 24, 2023
1 parent 2c94a4e commit 8b17dcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ jobs:
- run: npm test
env:
USPS_ID: ${{ secrets.USPS_ID }}
- name: Coverage
if: startsWith(matrix.node-version, '18.')
uses: romeovs/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8b17dcc

Please sign in to comment.