Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 5.0.2 to 5.1.1
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.0.2 to 5.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@5c47607...7f8b4b4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ansasaki committed Dec 10, 2024
1 parent 7149f0d commit aed34a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/submit-HEAD-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,21 @@ jobs:
- name: List downloaded files
run: ls coverage*
- name: Upload coverage.unittests.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v2
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage.unittests.xml
flags: unittests
- name: Upload coverage.testsuite.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v2
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: coverage.testsuite.xml
flags: testsuite
- name: Upload coverage.packit.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v2
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/submit-PR-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@ jobs:
- name: List downloaded files
run: ls coverage*
- name: Upload coverage.unittests.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v2
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: scripts/coverage.unittests.xml
flags: unittests
- name: Upload coverage.testsuite.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v2
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: scripts/coverage.testsuite.xml
flags: testsuite
- name: Upload coverage.packit.xml report to Codecov with GitHub Action
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v2
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit aed34a1

Please sign in to comment.