kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

feat: add Schedule to SubscriptionSpec #268

Closed Abirdcfly closed 1 year ago

Abirdcfly commented 1 year ago

Signed-off-by: Abirdcfly fp544037857@gmail.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #268 (6b63f1e) into main (31b77e1) will increase coverage by 0.64%. The diff coverage is 40.86%.

@@            Coverage Diff             @@
##             main     #268      +/-   ##
==========================================
+ Coverage   16.96%   17.61%   +0.64%     
==========================================
  Files          34       34              
  Lines        3359     3452      +93     
==========================================
+ Hits          570      608      +38     
- Misses       2756     2811      +55     
  Partials       33       33              
Files Changed Coverage Δ
api/v1alpha1/subscription_types.go 100.00% <ø> (ø)
api/v1alpha1/subscription_webhook.go 6.12% <0.00%> (-1.78%) :arrow_down:
api/v1alpha1/webhook.go 0.00% <ø> (ø)
controllers/subscription_controller.go 0.00% <0.00%> (ø)
api/v1alpha1/subscription.go 89.85% <100.00%> (+12.43%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

Abirdcfly commented 1 year ago

test failed reported by #274, maybe fixed by #279