Skip to content

Commit

Permalink
Bump codecov/test-results-action from 1.0.2 to 1.0.3
Browse files Browse the repository at this point in the history
Bumps [codecov/test-results-action](https://github.com/codecov/test-results-action) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/codecov/test-results-action/releases)
- [Commits](codecov/test-results-action@v1.0.2...v1.0.3)

---
updated-dependencies:
- dependency-name: codecov/test-results-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed Feb 11, 2025
1 parent c2f6e48 commit 57a75a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Codecov - test results
if: ${{ !cancelled() }}
uses: codecov/[email protected].2
uses: codecov/[email protected].3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 57a75a8

Please sign in to comment.