Closed sathyanarays closed 1 year ago
I'll add ok-to-merge
once @yharish991 reviews this.
added a few comments and questions. Also, I would like to see
- Env tests
- Some guide on how to use the Readiness and ReadinessProvider API
- Design doc in the docs directory( can be done in a follow up pr)
Merging #4604 (400244e) into main (bb07e03) will increase coverage by
24.94%
. The diff coverage isn/a
.:exclamation: Current head 400244e differs from pull request most recent head d772f37. Consider uploading reports for the commit d772f37 to get more accurate results
@@ Coverage Diff @@
## main #4604 +/- ##
===========================================
+ Coverage 49.77% 74.72% +24.94%
===========================================
Files 453 21 -432
Lines 45424 1199 -44225
===========================================
- Hits 22612 896 -21716
+ Misses 20652 252 -20400
+ Partials 2160 51 -2109
What this PR does / why we need it
This PR adds readiness framework to the runtime core. This PR contains the following changes:
Which issue(s) this PR fixes
Fixes #
Describe testing done for PR
Unit tests are added with 90+ percentage coverage
Release note
Additional information
Special notes for your reviewer