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

Fix codecov-action params #924

Merged
merged 1 commit into from
Jun 21, 2024
Merged

Conversation

m1kola
Copy link
Member

@m1kola m1kola commented Jun 20, 2024

  • 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.

* `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]>
@m1kola m1kola requested a review from a team as a code owner June 20, 2024 09:36
Copy link

codecov bot commented Jun 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 14.58%. Comparing base (e1d8b0e) to head (278f7d8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #924   +/-   ##
=======================================
  Coverage   14.58%   14.58%           
=======================================
  Files          41       41           
  Lines        2558     2558           
=======================================
  Hits          373      373           
  Misses       2130     2130           
  Partials       55       55           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@m1kola m1kola enabled auto-merge June 20, 2024 12:04
@m1kola m1kola added this pull request to the merge queue Jun 21, 2024
Merged via the queue into operator-framework:main with commit 806c1ce Jun 21, 2024
9 checks passed
@m1kola m1kola deleted the codecov_fixes branch June 24, 2024 08:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants