Skip to content

Commit

Permalink
Merge pull request #9 from qweeah/bump-codecov-gha
Browse files Browse the repository at this point in the history
Bump codecov gha
  • Loading branch information
qweeah authored Apr 7, 2024
2 parents 1aa07de + 6c573ea commit 153b0ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write # Required for codecov.io
strategy:
matrix:
go-version: ['1.22']
Expand Down Expand Up @@ -53,6 +55,7 @@ jobs:
- name: Check Version
run: bin/linux/amd64/oras version
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
use_oidc: true

0 comments on commit 153b0ea

Please sign in to comment.