Skip to content

Commit

Permalink
chore: add codecov step (#871)
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Jan 12, 2024
1 parent 13a4f70 commit 9126dc7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/verifications.yml
Expand Up @@ -53,3 +53,8 @@ jobs:

- name: Run tests
run: npm run test:ci

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 9126dc7

Please sign in to comment.