Skip to content

Commit be8877e

Browse files
committed
Update codecov action
1 parent 2c76491 commit be8877e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050
${{ runner.os }}-go${{ matrix.go }}-test-
5151
- run: go test -race -coverpkg=./... -coverprofile=cover.out $(go list ./...)
5252
- name: Upload coverage to Codecov
53-
uses: codecov/codecov-action@v3
53+
uses: codecov/codecov-action@v4
54+
with:
55+
fail_ci_if_error: true
56+
token: ${{ secrets.CODECOV_TOKEN }}
5457

5558
# run go test on Dendrite with different go versions
5659
test-dendrite:

0 commit comments

Comments
 (0)