-
Notifications
You must be signed in to change notification settings - Fork 508
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
⚠️ Removing the error field from CheckResult
struct
#1853
Conversation
5cb7f63
to
a9dab73
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.
Exciting!
Note: you could rename |
a9dab73
to
720be15
Compare
- Removing the error field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
720be15
to
8a98ab9
Compare
Codecov Report
@@ Coverage Diff @@
## main #1853 +/- ##
==========================================
+ Coverage 52.13% 55.13% +3.00%
==========================================
Files 77 77
Lines 6823 6823
==========================================
+ Hits 3557 3762 +205
+ Misses 3023 2812 -211
- Partials 243 249 +6 |
Integration tests success for |
Integration tests success for |
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
- Removing the pass field from result - #1393 Signed-off-by: naveensrinivasan <[email protected]>
CheckResult
Signed-off-by: naveensrinivasan [email protected]
What kind of change does this PR introduce?
(Is it a bug fix, feature, docs update, something else?)
What is the current behavior?
What is the new behavior (if this is a feature change)?**
Which issue(s) this PR fixes
Special notes for your reviewer
Does this PR introduce a user-facing change?
For user-facing changes, please add a concise, human-readable release note to
the
release-note
(In particular, describe what changes users might need to make in their
application as a result of this pull request.)