-
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
Export choice_status_message
, VerificationMessage
and MESSAGE_INDENT
#162
Conversation
Current dependencies on/for this PR: This comment was auto-generated by Graphite. |
6baddcd
to
df0bfa2
Compare
❌ Unreviewed dependencies found
|
choice_status_message
and MESSAGE_INDENT
public.
df0bfa2
to
55f818b
Compare
choice_status_message
and MESSAGE_INDENT
public.choice_status_message
, VerificationMessage
and MESSAGE_INDENT
Codecov Report
@@ Coverage Diff @@
## main #162 +/- ##
=======================================
Coverage 98.50% 98.50%
=======================================
Files 13 13
Lines 4343 4343
=======================================
Hits 4278 4278
Misses 65 65
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
55f818b
to
5d2d05d
Compare
Previously the
choice_to_status_message
,VerificationMessage
and theMESSAGE_INDENT
were private to the crate.This prevented consumers from being able to use these in their own
Verifier
implementations.These items are now publicly available for use.