Skip to content

Commit

Permalink
feat: Add codecov action to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MillironX committed Oct 31, 2023
1 parent 4499488 commit 71753bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
- run: npm run test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 71753bc

Please sign in to comment.