-
Notifications
You must be signed in to change notification settings - Fork 54
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
Improve robustness of journal plugin #872
Conversation
52233ce
to
e47650c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small things
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #872 +/- ##
==========================================
- Coverage 76.71% 76.65% -0.06%
==========================================
Files 316 316
Lines 27069 27086 +17
==========================================
- Hits 20765 20764 -1
- Misses 6304 6322 +18
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Co-authored-by: Erik Schamper <1254028+Schamper@users.noreply.github.com>
This PR fixes #878. We added some sanity checks to make sure the journal plugin does not break if it encounters values that do not match the format we expected.