Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action digest to 05f5a9c in .gith…
Browse files Browse the repository at this point in the history
…ub/workflows/regression.yml (#1224)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent c5606ed commit e3a8fc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,28 @@ jobs:
export BUILD_TAGS=${{ matrix.build-flag }}
go run mage.go coverage
- name: "Codecov: General"
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
if: ${{ matrix.go-version == '1.22.x' }}
with:
files: build/coverage.txt
flags: default,${{ matrix.build-flag }}
token: ${{ secrets.CODECOV_TOKEN }}
- name: "Codecov: Examples"
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
if: ${{ matrix.go-version == '1.22.x' }}
with:
files: build/coverage-examples.txt
flags: examples+${{ matrix.build-flag }}
token: ${{ secrets.CODECOV_TOKEN }}
- name: "Codecov: FTW"
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
if: ${{ matrix.go-version == '1.22.x' }}
with:
files: build/coverage-ftw.txt
flags: ftw,${{ matrix.build-flag }}
token: ${{ secrets.CODECOV_TOKEN }}
- name: "Codecov: Tinygo"
uses: codecov/codecov-action@5c47607acb93fed5485fdbf7232e8a31425f672a # v5
uses: codecov/codecov-action@05f5a9cfad807516dbbef9929c4a42df3eb78766 # v5
# only if coverage-tinygo.txt exists
if: ${{ matrix.go-version == '1.22.x' && hashFiles('build/coverage-tinygo.txt') != '' }}
with:
Expand Down

0 comments on commit e3a8fc6

Please sign in to comment.