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

Added std::error::Error::source #530

Merged
merged 1 commit into from
Apr 4, 2022
Merged

Conversation

VictorKoenders
Copy link
Contributor

Closes #528

Also made the error naming scheme more consistent

@codecov
Copy link

codecov bot commented Mar 28, 2022

Codecov Report

Merging #530 (249cd96) into trunk (18de104) will decrease coverage by 0.26%.
The diff coverage is 18.75%.

@@            Coverage Diff             @@
##            trunk     #530      +/-   ##
==========================================
- Coverage   71.16%   70.90%   -0.27%     
==========================================
  Files          47       47              
  Lines        3198     3210      +12     
==========================================
  Hits         2276     2276              
- Misses        922      934      +12     
Impacted Files Coverage Δ
src/error.rs 0.00% <ø> (ø)
src/features/impl_std.rs 75.00% <7.69%> (-4.89%) ⬇️
src/features/impl_alloc.rs 90.43% <50.00%> (-0.80%) ⬇️
src/de/impls.rs 78.39% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18de104...249cd96. Read the comment docs.

@VictorKoenders VictorKoenders merged commit 3404fae into trunk Apr 4, 2022
@VictorKoenders VictorKoenders deleted the feature/error_source branch April 4, 2022 11:58
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.

Error types do not implement Error::source
2 participants