-
Notifications
You must be signed in to change notification settings - Fork 0
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
🐛 Properly decode file content before validation #750
Conversation
0a6b50c
to
7f7d2e6
Compare
Codecov Report
@@ Coverage Diff @@
## master #750 +/- ##
=======================================
Coverage 94.85% 94.86%
=======================================
Files 171 171
Lines 7441 7453 +12
=======================================
+ Hits 7058 7070 +12
Misses 383 383
Continue to review full report at Codecov.
|
42e2760
to
57f81f5
Compare
57f81f5
to
f8c783f
Compare
codecov patch check is failing, does that matter? |
f8c783f
to
e797adb
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.
🧶
e797adb
to
d688aa7
Compare
## Release 1.19.6 ### Summary - Emojis: ♻️ x1, 🐛 x1 - Categories: Fixes x1, Other Changes x1 ### New features and changes - [#741](#741) - ♻️ Restore old general file types and add new ones - [c3a6ecd](c3a6ecd) by [znatty22](https://github.com/znatty22) - [#750](#750) - 🐛 Properly decode file content before validation - [77f1f42](77f1f42) by [znatty22](https://github.com/znatty22)
## Release 1.19.6 ### Summary - Emojis: ♻️ x2, 🐛 x1 - Categories: Fixes x1, Other Changes x2 ### New features and changes - [#753](#753) - ♻️ Adjust validation rules and report - [cdabec7](cdabec7) by [znatty22](https://github.com/znatty22) - [#741](#741) - ♻️ Restore old general file types and add new ones - [c3a6ecd](c3a6ecd) by [znatty22](https://github.com/znatty22) - [#750](#750) - 🐛 Properly decode file content before validation - [77f1f42](77f1f42) by [znatty22](https://github.com/znatty22)
## Release 1.19.6 ### Summary - Emojis: 🔊 x1, ♻️ x2, 🐛 x1 - Categories: Additions x1, Fixes x1, Other Changes x2 ### New features and changes - [#761](#761) - 🔊 Configure release task logging directly - [7ecbb63](7ecbb63) by [znatty22](https://github.com/znatty22) - [#753](#753) - ♻️ Adjust validation rules and report - [cdabec7](cdabec7) by [znatty22](https://github.com/znatty22) - [#741](#741) - ♻️ Restore old general file types and add new ones - [c3a6ecd](c3a6ecd) by [znatty22](https://github.com/znatty22) - [#750](#750) - 🐛 Properly decode file content before validation - [77f1f42](77f1f42) by [znatty22](https://github.com/znatty22)
Workaround for #749