Skip to content

Commit

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

Bump codecov/codecov-action from 4.4.0 to 4.4.1
  • Loading branch information
ZigRazor committed May 22, 2024
2 parents fe91181 + c1411c2 commit aea975f
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@v4.4.0
- uses: codecov/codecov-action@v4.4.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 aea975f

Please sign in to comment.