Skip to content

Commit

Permalink
bump codecov to v4 (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
grokspawn committed Feb 26, 2024
1 parent 0eaaa1f commit d4f3de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yaml
Expand Up @@ -30,10 +30,11 @@ jobs:
${{ runner.os }}-go-
- name: unit-test
run: go test -v ./... -coverprofile cover.out
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: cover.out
functionalities: fixes
token: ${{ secrets.CODECOV_TOKEN }}

go-apidiff:
name: go-apidiff
Expand Down

0 comments on commit d4f3de3

Please sign in to comment.