Skip to content

Commit

Permalink
Update coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
otiai10 committed Jul 26, 2024
1 parent 769a448 commit a797b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Coverage Test
run: go test -v -cover -race -coverprofile=coverage -covermode=atomic
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a797b34

Please sign in to comment.