-
Notifications
You must be signed in to change notification settings - Fork 4
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
converted basculechecks metrics to use touchstone #95
Conversation
Codecov Report
@@ Coverage Diff @@
## main #95 +/- ##
==========================================
+ Coverage 66.56% 67.12% +0.56%
==========================================
Files 34 34
Lines 942 943 +1
==========================================
+ Hits 627 633 +6
+ Misses 296 291 -5
Partials 19 19
Continue to review full report at Codecov.
|
SonarCloud Quality Gate failed. |
return fx.Provide( | ||
fx.Annotated{ | ||
Name: fmt.Sprintf("%s_bascule_capability_measures", server), | ||
// TODO: this will be fixed when Metric Validator gets its own New() |
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.
Will this be part of another PR?
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.
yeah: #87 👍
fixes #93