Skip to content

Commit

Permalink
Bump codecov/test-results-action from 1.0.1 to 1.0.2
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.1 to 1.0.2.
- [Release notes](https://github.com/codecov/test-results-action/releases)
- [Commits](codecov/test-results-action@v1.0.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kdeldycke committed Jan 19, 2025
1 parent b72d612 commit 0179dbb
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 @@ -147,6 +147,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Codecov - test results
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1.0.1
uses: codecov/test-results-action@v1.0.2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0179dbb

Please sign in to comment.