-
Notifications
You must be signed in to change notification settings - Fork 83
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
Split provision into API-exposed stages #219
Conversation
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Codecov Report
@@ Coverage Diff @@
## master #219 +/- ##
==========================================
- Coverage 60.70% 52.95% -7.75%
==========================================
Files 147 147
Lines 19310 18472 -838
Branches 4265 4167 -98
==========================================
- Hits 11722 9782 -1940
- Misses 4185 5605 +1420
+ Partials 3403 3085 -318
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Codecov Report
@@ Coverage Diff @@
## master #219 +/- ##
==========================================
- Coverage 60.70% 52.91% -7.79%
==========================================
Files 147 147
Lines 19310 18479 -831
Branches 4265 4170 -95
==========================================
- Hits 11722 9779 -1943
- Misses 4185 5613 +1428
+ Partials 3403 3087 -316
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
bff5f73
to
485a203
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
485a203
to
58205fd
Compare
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
Signed-off-by: Miroslav Kovar <miroslavkovar@protonmail.com>
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
Adds new methods
as per issue #209 in preparation for #210.
Signed-off-by: Miroslav Kovar miroslavkovar@protonmail.com