Skip to content

Commit 179189c

Browse files
authored
GitHub Actions: Fix codecov (#37)
1 parent 6ba01e9 commit 179189c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,13 @@ jobs:
5151
permissions:
5252
id-token: write
5353
steps:
54+
- uses: actions/checkout@v4
55+
5456
- uses: actions/download-artifact@v4
5557
with:
5658
name: coverage
5759
- uses: codecov/codecov-action@v5
5860
with:
5961
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
62+
token: ${{ secrets.CODECOV_TOKEN }}
63+
fail_ci_if_error: true

0 commit comments

Comments
 (0)