Skip to content

Commit

Permalink
chore: added ci codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Feb 7, 2025
1 parent d8e131e commit 94f8b6e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
run: npm run lint

- name: Test
run: make test
run: npm run test

- name: Generate report
run: make testcov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 94f8b6e

Please sign in to comment.