Skip to content

Commit

Permalink
Merge pull request #64 from kyechan99/renovate/codecov-codecov-action…
Browse files Browse the repository at this point in the history
…-5.x

chore(deps): update codecov/codecov-action action to v5
  • Loading branch information
kyechan99 authored Dec 12, 2024
2 parents 81ad3d6 + 1dc8bcc commit baba2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
- uses: actions/checkout@v3
- uses: ArtiomTr/jest-coverage-report-action@v2
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

1 comment on commit baba2bc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 89.72% 567/632
🟡 Branches 77.06% 84/109
🟢 Functions 97.37% 37/38
🟢 Lines 89.72% 567/632

Test suite run success

104 tests passing in 5 suites.

Report generated by 🧪jest coverage report action from baba2bc

Please sign in to comment.