Skip to content

Commit

Permalink
Add: CI CodeCov
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlelek committed Apr 30, 2024
1 parent 8d42769 commit a4db93f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
jobs:
build:

environment: build
strategy:
matrix:
# Windows is currently borked
Expand Down Expand Up @@ -39,3 +40,8 @@ jobs:
- run: npm test
- run: npm run lint
- run: npm run prettier
# Upload to CodeCov
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a4db93f

Please sign in to comment.