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

More consistently throw EncodeError #319

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

jakobnissen
Copy link
Member

Add a fallback method to encode, such that encoding into an incompatible alphabet will more consistently throw EncodeError. This will help users catch these errors.

Add a fallback method to `encode`, such that encoding into an incompatible
alphabet will more consistently throw EncodeError.
This will help users catch these errors.
Copy link

codecov bot commented Oct 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.49%. Comparing base (95d9218) to head (2d309fa).
Report is 9 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
- Coverage   90.87%   90.49%   -0.39%     
==========================================
  Files          31       31              
  Lines        2400     2398       -2     
==========================================
- Hits         2181     2170      -11     
- Misses        219      228       +9     
Flag Coverage Δ
unittests 90.49% <100.00%> (-0.39%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@jakobnissen jakobnissen merged commit 761f053 into BioJulia:master Oct 22, 2024
22 checks passed
@jakobnissen jakobnissen deleted the encode_error branch October 22, 2024 08:49
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.

1 participant