Skip to content

Commit

Permalink
Update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
S7evinK committed Nov 6, 2024
1 parent 2c76491 commit be8877e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ jobs:
${{ runner.os }}-go${{ matrix.go }}-test-
- run: go test -race -coverpkg=./... -coverprofile=cover.out $(go list ./...)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

# run go test on Dendrite with different go versions
test-dendrite:
Expand Down

0 comments on commit be8877e

Please sign in to comment.