Skip to content

🌱 Fix codecov-action params - #949

Merged
m1kola merged 1 commit into
operator-framework:mainfrom
m1kola:codecov_fixes
Jun 18, 2024
Merged

🌱 Fix codecov-action params#949
m1kola merged 1 commit into
operator-framework:mainfrom
m1kola:codecov_fixes

Conversation

@m1kola

@m1kolam1kola commented Jun 17, 2024

Copy link
Copy Markdown
Member

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-ciopenshift-ciBot 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
@netlify

netlifyBot commented Jun 17, 2024

Copy link
Copy Markdown

Deploy Preview for olmv1 ready!

NameLink
🔨 Latest commitd5c080a
🔍 Latest deploy loghttps://app.netlify.com/sites/olmv1/deploys/66705e8e64f27e0008aaec57
😎 Deploy Previewhttps://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.

@codecov

codecovBot commented Jun 17, 2024

Copy link
Copy Markdown

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 
FlagCoverage Δ
e2e58.65% <ø> (+0.50%)⬆️
unit53.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 ownerJune 17, 2024 14:43
@openshift-ciopenshift-ciBot 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-ciopenshift-ciBot 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-ciopenshift-ciBot 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

@tmshorttmshort left a comment

Copy link
Copy Markdown
Contributor

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-ciopenshift-ciBot 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 94a5b96Jun 18, 2024
@m1kola
m1kola deleted the codecov_fixes branch June 24, 2024 08:56
@skattojuskattoju mentioned this pull request Sep 25, 2024
4 tasks
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtmIndicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@m1kola@tmshort