Skip to content

Commit

Permalink
Merge pull request #126 from SimY4/dependabot/github_actions/main/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5
  • Loading branch information
SimY4 authored Nov 15, 2024
2 parents f0064f4 + 0c298e1 commit c199351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
paths: '**/target/test-reports/*.xml'
if: always()
- name: Code Coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit c199351

Please sign in to comment.