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

Implement std::error::Error for InvalidBase64 #856

Merged
merged 1 commit into from
Jul 14, 2023

Implement std::error::Error for InvalidBase64

39eaedd
Select commit
Loading
Failed to load commit list.
Merged

Implement std::error::Error for InvalidBase64 #856

Implement std::error::Error for InvalidBase64
39eaedd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 13, 2023 in 1s

82.05% (+0.00%) compared to b228574

View this Pull Request on Codecov

82.05% (+0.00%) compared to b228574

Details

Codecov Report

Patch and project coverage have no change.

Comparison is base (b228574) 82.05% compared to head (39eaedd) 82.05%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #856   +/-   ##
=======================================
  Coverage   82.05%   82.05%           
=======================================
  Files          20       20           
  Lines        3365     3365           
=======================================
  Hits         2761     2761           
  Misses        604      604           
Impacted Files Coverage Δ
data-url/src/forgiving_base64.rs 71.18% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.