furiko-io / furiko

Kubernetes cron and batch job platform
https://furiko.io
Apache License 2.0
478 stars 21 forks source link

chore(cleanup): Migrate to k8s.io/utils/clock #114

Closed irvinlim closed 1 year ago

irvinlim commented 1 year ago

Fixes #99.

codecov[bot] commented 1 year ago

Codecov Report

Base: 64.32% // Head: 64.32% // No change to project coverage :thumbsup:

Coverage data is based on head (b5237bb) compared to base (6b4341b). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #114 +/- ## ======================================= Coverage 64.32% 64.32% ======================================= Files 207 207 Lines 11103 11103 ======================================= Hits 7142 7142 Misses 3572 3572 Partials 389 389 ``` | [Impacted Files](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io) | Coverage Δ | | |---|---|---| | [...xecution/controllers/croncontroller/cron\_worker.go](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io#diff-cGtnL2V4ZWN1dGlvbi9jb250cm9sbGVycy9jcm9uY29udHJvbGxlci9jcm9uX3dvcmtlci5nbw==) | `66.48% <ø> (ø)` | | | [pkg/execution/mutation/mutation.go](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io#diff-cGtnL2V4ZWN1dGlvbi9tdXRhdGlvbi9tdXRhdGlvbi5nbw==) | `89.09% <ø> (ø)` | | | [pkg/execution/util/schedule/option.go](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io#diff-cGtnL2V4ZWN1dGlvbi91dGlsL3NjaGVkdWxlL29wdGlvbi5nbw==) | `100.00% <ø> (ø)` | | | [pkg/execution/util/schedule/schedule.go](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io#diff-cGtnL2V4ZWN1dGlvbi91dGlsL3NjaGVkdWxlL3NjaGVkdWxlLmdv) | `77.32% <ø> (ø)` | | | [pkg/execution/validation/validation.go](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io#diff-cGtnL2V4ZWN1dGlvbi92YWxpZGF0aW9uL3ZhbGlkYXRpb24uZ28=) | `91.03% <ø> (ø)` | | | [pkg/utils/ktime/time.go](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io#diff-cGtnL3V0aWxzL2t0aW1lL3RpbWUuZ28=) | `92.30% <ø> (ø)` | | | [pkg/runtime/testing/command.go](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io#diff-cGtnL3J1bnRpbWUvdGVzdGluZy9jb21tYW5kLmdv) | `75.29% <100.00%> (ø)` | | | [pkg/runtime/testing/reconciler.go](https://codecov.io/gh/furiko-io/furiko/pull/114?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io#diff-cGtnL3J1bnRpbWUvdGVzdGluZy9yZWNvbmNpbGVyLmdv) | `75.91% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=furiko-io)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.