Skip to content

Commit fdc81c1

Browse files
author
Mikalai Radchuk
committed
Fix codecov-action params
This 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. Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent f301f55 commit fdc81c1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/e2e.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,4 @@ jobs:
4040
with:
4141
files: e2e-cover.out
4242
flags: e2e
43-
functionalities: fixes
4443
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/unit-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ jobs:
2727
with:
2828
files: cover.out
2929
flags: unit
30-
functionalities: fixes
3130
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)