Skip to content

Commit

Permalink
Missed jest coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
scytacki committed May 24, 2024
1 parent ef2f58e commit b421a2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:
- name: Run Tests
run: npm run test:coverage -- --runInBand
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
flags: jest
token: ${{ secrets.CODECOV_TOKEN }}
cypress:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit b421a2a

Please sign in to comment.