Skip to content
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

feat: add MustConvert #59

Merged
merged 1 commit into from
Dec 18, 2024
Merged

feat: add MustConvert #59

merged 1 commit into from
Dec 18, 2024

Conversation

ccoVeille
Copy link
Owner

@ccoVeille ccoVeille commented Dec 18, 2024

This function calls Convert and panics if there is an error

Fixes #20

This function calls Convert and panics if there is an error
Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (214bd73) to head (fb7490a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          246       251    +5     
=========================================
+ Hits           246       251    +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ccoVeille ccoVeille merged commit 18f613b into main Dec 18, 2024
5 checks passed
@ccoVeille ccoVeille deleted the convert branch December 18, 2024 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Must* functions that will panic on error
1 participant