-
Notifications
You must be signed in to change notification settings - Fork 151
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
fix: changed error.code
to error.status
(#54)
#55
fix: changed error.code
to error.status
(#54)
#55
Conversation
Due to deprecation warnings, I changed the `code` attribute to `status` to fix [ac-bot#54](all-contributors#54).
Codecov Report
@@ Coverage Diff @@
## master #55 +/- ##
=======================================
Coverage 59.57% 59.57%
=======================================
Files 4 4
Lines 94 94
Branches 12 12
=======================================
Hits 56 56
Misses 33 33
Partials 5 5 Continue to review full report at Codecov.
|
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.
Thanks for this.
As for yarn test not working locally. If you run yarn install then test again it started working for me! (CI build is passing)
It works locally (except with some minor network errors. |
@all-contributors please add @Berkmann18 for code |
I've put up a pull request to add @Berkmann18! 🎉 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Due to deprecation warnings, I changed the
code
attribute tostatus
to fix #54.Note: the
master
branch (up to e241b5d) seems to fail when locally runningyarn test
namely with this error:TypeError: initBadge is not a function
.