Skip to content

Commit

Permalink
bump codecov to v4 (openshift#315)
Browse files Browse the repository at this point in the history
Upstream-repository: api
Upstream-commit: d4f3de399a83dd4606812722933bb77ea6bee5b7
  • Loading branch information
grokspawn authored and ci-robot committed Feb 27, 2024
1 parent aec0f1d commit 7d004c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion staging/api/.github/workflows/go.yaml
Original file line number Diff line number Diff line change
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 7d004c0

Please sign in to comment.