-
Notifications
You must be signed in to change notification settings - Fork 272
feat(superset-ui-connection): Allow PUT and PATCH in call API #105
Conversation
Codecov Report
@@ Coverage Diff @@
## master #105 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 73 73
Lines 890 891 +1
Branches 204 205 +1
=====================================
+ Hits 890 891 +1
Continue to review full report at Codecov.
|
package.json
Outdated
@@ -94,5 +94,8 @@ | |||
"yarn run prettier --write", | |||
"git add" | |||
] | |||
}, |
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.
Is this intentional?
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.
yeah this should be installed via the travis.yml
?
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.
Im a bit confused about this. This file was not modified in this PR. What do I need to do?
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.
just remove this added dependency, it seems to have found it's way into the commit/PR even if you didn't intend it to?
@fabiomendescom Your changes look good. Please address the |
I'm not sure what I need to address. It says 100% coverage. What exactly do I need to do? |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
🏆 Enhancements
Feat: Support
PUT
andPATCH
. Address #104