Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
Fix codecov-action params
Browse files Browse the repository at this point in the history
* `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]>
  • Loading branch information
m1kola committed Jun 20, 2024
1 parent e1d8b0e commit 278f7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:

- uses: codecov/codecov-action@v4
with:
disable_search: true
files: cover.out
functionalities: fixes
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 278f7d8

Please sign in to comment.