Skip to content

Commit

Permalink
feat: updating code cov version (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
aavinash-nr authored Nov 28, 2024
1 parent 6a9463f commit 632bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run Snapshot Tests
run: npm test
- name: Upload Unit Test Coverage
uses: codecov/codecov-action@v4.4.1
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage/lcov.info
Expand Down

0 comments on commit 632bed9

Please sign in to comment.