-
Notifications
You must be signed in to change notification settings - Fork 880
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
Implement job-based metric provider #186
Conversation
Codecov Report
@@ Coverage Diff @@
## master #186 +/- ##
=========================================
Coverage ? 82.33%
=========================================
Files ? 34
Lines ? 3182
Branches ? 0
=========================================
Hits ? 2620
Misses ? 415
Partials ? 147
Continue to review full report at Codecov.
|
bd1954b
to
53d426a
Compare
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 with minor requests
82a76b6
to
552d4db
Compare
This PR adds a job as a metric provider. Success is measured by exit code. If the job completes with exit code zero, then the metric is successful, otherwise it failed.