Skip to content

Commit

Permalink
Merge pull request #9 from ZigRazor/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5.1.2

Bump codecov/codecov-action from 5.1.1 to 5.1.2
  • Loading branch information
ZigRazor authored Dec 23, 2024
2 parents 1aec97d + 31d6770 commit ece79c2
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/[email protected].1
- uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ${{github.workspace}}/build/test/coverage.info # optional
Expand Down

0 comments on commit ece79c2

Please sign in to comment.