Skip to content

Commit a397f90

Browse files
m1kolaPer Goncalves da Silva
authored andcommitted
Fix codecov-action params (#1361)
* `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: operator-registry Upstream-commit: 6bddca80b927fd1c3bb393932c74c7690099ba03
1 parent df7500a commit a397f90

File tree

1 file changed

+1
-1
lines changed
  • staging/operator-registry/.github/workflows

1 file changed

+1
-1
lines changed

staging/operator-registry/.github/workflows/unit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- run: sed -i'' "s:^github.com/$GITHUB_REPOSITORY/::" coverage.out
2323
- uses: codecov/codecov-action@v4
2424
with:
25+
disable_search: true
2526
files: coverage.out
26-
functionalities: fixes
2727
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)