Skip to content

Commit 1efc13e

Browse files
m1kolaci-robot
authored and
ci-robot
committed
Fix codecov-action params (openshift#349)
* `functionalities` param is no longer exist. It was used to enable file fixes to ignore common lines from coverage. This feature is now seems to be on by default. * Adding `disable_search` because we do not need for the codecov action to search for coverage files: we explicitly provide files. Signed-off-by: Mikalai Radchuk <[email protected]> Upstream-repository: api Upstream-commit: ce8a923541376d7e7907af90f6c91ff3abafd2f5
1 parent a9f5277 commit 1efc13e

File tree

1 file changed

+1
-1
lines changed
  • staging/api/.github/workflows

1 file changed

+1
-1
lines changed

staging/api/.github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
run: go test -v ./... -coverprofile cover.out
3434
- uses: codecov/codecov-action@v4
3535
with:
36+
disable_search: true
3637
files: cover.out
37-
functionalities: fixes
3838
token: ${{ secrets.CODECOV_TOKEN }}
3939

4040
go-apidiff:

0 commit comments

Comments
 (0)