-
Notifications
You must be signed in to change notification settings - Fork 740
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
return an error for missing metric templates #1582
Conversation
…he failure threshold Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
fea59a7
to
471da0a
Compare
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1582 +/- ##
==========================================
+ Coverage 55.13% 55.19% +0.05%
==========================================
Files 85 85
Lines 10639 10643 +4
==========================================
+ Hits 5866 5874 +8
+ Misses 4104 4100 -4
Partials 669 669 ☔ View full report in Codecov by Sentry. |
Signed-off-by: LiZhenCheng9527 <lizhencheng6@huawei.com>
Hi @stefanprodan, The PR is ready for review! |
@LiZhenCheng9527 will spend the next week reviewing Flagger PRs. This is top of my list. Thanks for you patience. |
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
Thanks @LiZhenCheng9527
@LiZhenCheng9527 looks like this breaks a in-line queries, could you please see #1609 |
I will fix it as soon. |
Return an error for missing metric templates and count that towards the failure threshold.
fix #1581