Skip to content

Commit

Permalink
feat: Enable Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparsson committed Jun 16, 2024
1 parent 994a7f0 commit 4855d95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
npm test
env:
CI: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.node-version == '22.x'

formatting:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4855d95

Please sign in to comment.