Skip to content

Commit

Permalink
Fix Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksrutins committed Jul 18, 2023
1 parent f6423f6 commit c1b660e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ jobs:
run: npm ci
- name: Run tests
run: npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c1b660e

Please sign in to comment.