Skip to content

Commit

Permalink
chore: update workflow (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunjixin authored Jul 2, 2024
1 parent a2eed87 commit f8562c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
go test -coverpkg=./... -coverprofile=coverage.out -covermode=atomic -timeout=30m -parallel=4 -v ./...
- name: Upload
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token:
files: ./coverage.out
name: jzfs
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit f8562c9

Please sign in to comment.