Skip to content

feat: implement UnmarshalerError #705

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

p-sherratt
Copy link

@p-sherratt p-sherratt commented Apr 22, 2025

Adds a new error type, UnmarshalerError which is used to wrap any errors returned from decodeByUnmarshaler

Closes #704

@p-sherratt p-sherratt changed the title feat: implement UnmarshalerError #704 feat: implement UnmarshalerError Apr 22, 2025
@codecov-commenter
Copy link

codecov-commenter commented Apr 22, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 77.89%. Comparing base (d1e3460) to head (992ee25).

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #705   +/-   ##
=======================================
  Coverage   77.89%   77.89%           
=======================================
  Files          22       22           
  Lines        7965     7965           
=======================================
  Hits         6204     6204           
  Misses       1348     1348           
  Partials      413      413           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

feat: implement UnmarshalerError for friendlier error formatting
2 participants