We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c76491 commit be8877eCopy full SHA for be8877e
.github/workflows/tests.yml
@@ -50,7 +50,10 @@ jobs:
50
${{ runner.os }}-go${{ matrix.go }}-test-
51
- run: go test -race -coverpkg=./... -coverprofile=cover.out $(go list ./...)
52
- name: Upload coverage to Codecov
53
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
54
+ with:
55
+ fail_ci_if_error: true
56
+ token: ${{ secrets.CODECOV_TOKEN }}
57
58
# run go test on Dendrite with different go versions
59
test-dendrite:
0 commit comments