Skip to content

Commit 6bddca8

Browse files
authored
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]>
1 parent 69e2e46 commit 6bddca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit.yaml

+1-1
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)