Skip to content

Commit

Permalink
Merge pull request #193 from guidewire-oss/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…codecov/codecov-action-5.3.1

Chore: (deps): Bump codecov/codecov-action from 5.1.2 to 5.3.1
  • Loading branch information
fvarg00 authored Feb 4, 2025
2 parents d25f577 + af38ecf commit d57355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: make test

- name: Publish coverage # Pass the `coverage.out` output to this action
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.3.1
with:
file: profile.cov
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d57355a

Please sign in to comment.