Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Fix codecov-action params #949

Merged
merged 1 commit into from
Jun 18, 2024
Merged

Conversation

m1kola
Copy link
Member

@m1kola m1kola commented Jun 17, 2024

Description

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

This solves:

  • Gets rid of "Warning: Unexpected input(s) 'functionalities'" warning.
  • Excludes yaml files from coverage report uploaded to codecov.

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 2024
Copy link

netlify bot commented Jun 17, 2024

Deploy Preview for olmv1 ready!

Name Link
🔨 Latest commit d5c080a
🔍 Latest deploy log https://app.netlify.com/sites/olmv1/deploys/66705e8e64f27e0008aaec57
😎 Deploy Preview https://deploy-preview-949--olmv1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jun 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.23%. Comparing base (f301f55) to head (d5c080a).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #949      +/-   ##
==========================================
+ Coverage   79.34%   80.23%   +0.88%     
==========================================
  Files          16       16              
  Lines        1104     1103       -1     
==========================================
+ Hits          876      885       +9     
+ Misses        158      151       -7     
+ Partials       70       67       -3     
Flag Coverage Δ
e2e 58.65% <ø> (+0.50%) ⬆️
unit 53.85% <ø> (+0.13%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@m1kola m1kola marked this pull request as ready for review June 17, 2024 14:43
@m1kola m1kola requested a review from a team as a code owner June 17, 2024 14:43
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 2024
@m1kola m1kola enabled auto-merge June 17, 2024 15:40
@m1kola m1kola marked this pull request as draft June 17, 2024 16:00
auto-merge was automatically disabled June 17, 2024 16:00

Pull request was converted to draft

@openshift-ci openshift-ci bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 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.

Signed-off-by: Mikalai Radchuk <mradchuk@redhat.com>
@m1kola m1kola marked this pull request as ready for review June 17, 2024 16:05
@openshift-ci openshift-ci bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 17, 2024
@m1kola m1kola enabled auto-merge June 18, 2024 08:19
Copy link
Contributor

@tmshort tmshort left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@m1kola m1kola added this pull request to the merge queue Jun 18, 2024
@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 18, 2024
Merged via the queue into operator-framework:main with commit 94a5b96 Jun 18, 2024
18 checks passed
@m1kola m1kola deleted the codecov_fixes branch June 24, 2024 08:56
@skattoju skattoju mentioned this pull request Sep 25, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants