Skip to content

Commit 7e1a24a

Browse files
authored
Fix codecov-action params (#347)
* `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 f463c36 commit 7e1a24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232

3333
- uses: codecov/codecov-action@v4
3434
with:
35+
disable_search: true
3536
files: cover.out
36-
functionalities: fixes
3737

3838
lint:
3939
name: Lint

0 commit comments

Comments
 (0)