-
Notifications
You must be signed in to change notification settings - Fork 2
refactor: log errors at creation site #133
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
Conversation
✅ Deploy Preview for hoard-docs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov Report
@@ Coverage Diff @@
## main #133 +/- ##
==========================================
- Coverage 91.51% 90.65% -0.87%
==========================================
Files 71 71
Lines 6246 5691 -555
==========================================
- Hits 5716 5159 -557
- Misses 530 532 +2
Continue to review full report at Codecov.
|
Resolves #95.
The primary purpose of this branch is to make sure errors are reported at the creation site (or where they enter this crate's code).
There are a couple logic fixes that got applied too, though, as part of this,