From fa36b734a171263de5d341dea65d0d51f2b63f6e Mon Sep 17 00:00:00 2001 From: Mikalai Radchuk Date: Thu, 20 Jun 2024 11:47:37 +0200 Subject: [PATCH] Fix codecov-action params * `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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bae4ff6..cbebe84f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: - uses: codecov/codecov-action@v4 with: + disable_search: true files: cover.out - functionalities: fixes lint: name: Lint