feat: Add codecov action to test workflow

This commit is contained in:
Thomas A. Christensen II 2023-10-30 18:40:44 -05:00
parent 4499488e7d
commit 71753bca1d

View file

@ -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 }}