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

Rlp v2 update main #225

Closed
wants to merge 7 commits into from
Closed

Rlp v2 update main #225

wants to merge 7 commits into from

Conversation

alexsnaps
Copy link
Member

I think I'm repeating the pattern that's been used so far for this branch... but I'm not sure... and most importantly am very unsure how we best want to merge/make this main ?!

KevFan and others added 4 commits August 9, 2023 10:12
* docs: minor improvements

* user-guide: fix authorization using k8s service account returning 403 instead of 200

Closes: #216
* gh workflow, codecov: Add codecov gh actions integration for unit & integration tests (#175)

* codecov: Create and set up repository codecov.yaml config (#175)

* makefile, refactor: Update Makefile for unit & integration tests (#175)

- Added UNIT_DIRS and INTEGRATION_DIRS variables to specify directories test packages.
- Modified the 'test-unit' and 'integration-test' recipes to run tests for the directories specified in UNIT_DIRS/INTEGRATION_DIRS and generate separate coverage reports for each directory.

- Changed 'clean-cov' target to remove the 'coverage' directory instead of just 'cover.out'.

These changes improve the test organization and ensure separate coverage reports for unit and integration tests. The 'clean-cov' target now removes the entire 'coverage' directory, cleaning up all coverage reports.

* gitignore: Add folder with test coverages to .gitignore (#175)

* codecov, refactor: Remove CODECOV_TOKEN because the repo is public

* readme, codecov: Add codecov status badge to README (#175)

* codecov: Add api/ to codecov report & exclude api/external (#175)

* Makefile, refactor: Implemented recursive directory scanning (#175)

kudos to @KevFan

* codecov, refactor: Update .github/codecov.yaml api/v1beta1 component (#175)

Co-authored-by: Kevin Fan <chfan@redhat.com>

* codecov, refactor: Ignore controller-gen generated code (#175)

Co-authored-by: Kevin Fan <chfan@redhat.com>

* codecov: Add CODECOV_TOKEN despite repo being public to make CI/CD stable (#175)

Read more at: https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954

Co-authored-by: Kevin Fan <chfan@redhat.com>

---------

Co-authored-by: Kevin Fan <chfan@redhat.com>
@alexsnaps alexsnaps requested a review from a team as a code owner August 9, 2023 14:14
@codecov
Copy link

codecov bot commented Aug 9, 2023

Codecov Report

❗ No coverage uploaded for pull request base (rlp-v2-base@c365ff0). Click here to learn what that means.
The diff coverage is n/a.

@@              Coverage Diff               @@
##             rlp-v2-base     #225   +/-   ##
==============================================
  Coverage               ?   63.02%           
==============================================
  Files                  ?       33           
  Lines                  ?     3224           
  Branches               ?        0           
==============================================
  Hits                   ?     2032           
  Misses                 ?     1014           
  Partials               ?      178           
Flag Coverage Δ
integration 68.14% <0.00%> (?)
unit 58.36% <0.00%> (?)

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

Components Coverage Δ
api/v1beta1 (u) ∅ <0.00%> (?)
pkg/common (u) 76.99% <0.00%> (?)
pkg/istio (u) 29.69% <0.00%> (?)
pkg/log (u) 31.81% <0.00%> (?)
pkg/reconcilers (u) 33.80% <0.00%> (?)
pkg/rlptools (u) 57.50% <0.00%> (?)
controllers (i) 68.14% <0.00%> (?)

@KevFan
Copy link
Contributor

KevFan commented Aug 15, 2023

This PR probably will likely be superseded via a rebase instead - #230

@guicassolato
Copy link
Contributor

Closing this since covered by #230.

This PR was very useful nevertheless, to make sure we didn't miss anything in the rebase. Thanks @alexsnaps!

@guicassolato guicassolato deleted the rlp-v2-update-main branch August 21, 2023 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants