Skip to content

Commit

Permalink
upgrade codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonTian authored and yndu13 committed Apr 22, 2024
1 parent b478c36 commit 98dedb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./credentials/...

- name: Upload coverage infomartion
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Integration Test
run: go test -v -timeout 120s ./integration/...
Expand Down

0 comments on commit 98dedb8

Please sign in to comment.