-
Notifications
You must be signed in to change notification settings - Fork 100
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
Add a job to check zot config examples (and fix existing examples) #2322
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2322 +/- ##
=======================================
Coverage 92.86% 92.86%
=======================================
Files 166 166
Lines 22022 22035 +13
=======================================
+ Hits 20450 20463 +13
Misses 979 979
Partials 593 593 ☔ View full report in Codecov by Sentry. |
(cherry picked from commit e7fdfa0) Signed-off-by: Andrei Aaron <[email protected]>
Signed-off-by: onidoru <[email protected]> Signed-off-by: Nikita Kotikov <[email protected]> (cherry picked from commit cbc0f89) Signed-off-by: Andrei Aaron <[email protected]>
Signed-off-by: onidoru <[email protected]> Signed-off-by: Nikita Kotikov <[email protected]> (cherry picked from commit b74366d) Signed-off-by: Andrei Aaron <[email protected]>
Signed-off-by: onidoru <[email protected]> Signed-off-by: Nikita Kotikov <[email protected]> (cherry picked from commit 8a61bbc) Signed-off-by: Andrei Aaron <[email protected]>
Signed-off-by: Andrei Aaron <[email protected]>
CI failures? |
Do you want me to signoff the cherry-picked commit with the original author's email? WRT to the coverage I could fix that by using viper.UnmarshalExact and removing some checks which would never be hit in that case. I just thought this form of the code is more easy to read. |
DCO check is complaining about: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Rebase and fix coverage issues in #2215.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.