Skip to content

Commit

Permalink
Merge pull request #11 from ZigRazor/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-5.3.1

Bump codecov/codecov-action from 5.1.2 to 5.3.1
  • Loading branch information
ZigRazor authored Feb 3, 2025
2 parents 33a1347 + a444b00 commit c46c211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Code_Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
working-directory: ${{github.workspace}}/build/test
run: lcov --capture --directory .. --output-file coverage.info

- uses: codecov/codecov-action@v5.1.2
- uses: codecov/codecov-action@v5.3.1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ${{github.workspace}}/build/test/coverage.info # optional
Expand Down

0 comments on commit c46c211

Please sign in to comment.