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

Remove types deprecated in 0.4 #237

Merged
merged 1 commit into from May 16, 2022
Merged

Conversation

scothis
Copy link
Contributor

@scothis scothis commented May 16, 2022

Signed-off-by: Scott Andrews andrewssc@vmware.com

- `rtesting.TestLogger` -> use https://pkg.go.dev/github.com/go-logr/logr@v1.2.2/testing#NewTestLogger instead
- `ReconcilerTestCase#Test` -> `ReconcilerTestCase#Run`
- `SubReconcilerTestCase#Test` -> `SubReconcilerTestCase#Run`

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
@codecov
Copy link

codecov bot commented May 16, 2022

Codecov Report

Merging #237 (57fe468) into main (75bd54f) will not change coverage.
The diff coverage is 53.33%.

@@           Coverage Diff           @@
##             main     #237   +/-   ##
=======================================
  Coverage   66.14%   66.14%           
=======================================
  Files           9        9           
  Lines        1158     1158           
=======================================
  Hits          766      766           
  Misses        365      365           
  Partials       27       27           
Impacted Files Coverage Δ
reconcilers/reconcilers.go 80.75% <53.33%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 75bd54f...57fe468. Read the comment docs.

@scothis scothis merged commit 01ff7be into vmware-labs:main May 16, 2022
@scothis scothis deleted the drop-deprecated branch May 16, 2022 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants