Closed ADorigi closed 1 month ago
@ADorigi apologies for the delay - I was on PTO. Two small nits regarding logging, otherwise the changes look good!
No worries @TylerGillson
I have updated the logs to reflect the changes.
@ADorigi thanks for making those changes. We just need a make reviewable
and it'll be good to go!
@TylerGillson
Running make reviewable
made a few changes in chart/validator/values.yaml
and chart/validator/README.md
, which may not be as expected. Let me know if these need to be reverted.
@ADorigi you needed to do a git submodule update --remote
then make reviewable
. I did it for you though, so no worries this time.
All modified and coverable lines are covered by tests :white_check_mark:
@@ Coverage Diff @@
## main #422 +/- ##
==========================================
+ Coverage 54.46% 55.01% +0.54%
==========================================
Files 23 24 +1
Lines 1153 1167 +14
==========================================
+ Hits 628 642 +14
Misses 457 457
Partials 68 68
Files with missing lines | Coverage Δ | |
---|---|---|
pkg/plugins/plugin_frequency.go | 100.00% <100.00%> (ø) |
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 735df90...89e8b5a. Read the comment docs.
Issue
partially resolves https://github.com/validator-labs/validator/issues/358
Description
validation.validator.labs/reconciliation-frequency
.FrequencyFromAnnotations
which accepts annotation map and returnsctrl.Result
.FrequencyFromAnnotations
function.