-
Notifications
You must be signed in to change notification settings - Fork 759
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
Add ability to add collaborator #462
base: master
Are you sure you want to change the base?
Conversation
f0642ce
to
699d092
Compare
Codecov Report
@@ Coverage Diff @@
## master #462 +/- ##
=========================================
Coverage ? 91.11%
=========================================
Files ? 12
Lines ? 405
Branches ? 0
=========================================
Hits ? 369
Misses ? 36
Partials ? 0
Continue to review full report at Codecov.
|
@@ -1,9 +1,8 @@ | |||
sudo: false | |||
language: node_js | |||
node_js: | |||
- '8' |
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.
FYI, I opened PR #468 to to test against Node.js v8, which can be closed if this is merged.
It seems like this API was considered preview? Newer docs have the URL being This PR would be easier to review if it didn't also switch the CI and add async await. @clayreimann Is there any plans to change which versions of Node this library builds for? I'm thinking we could merge in the addCollaborator stuff and leave async await for another day. |
No description provided.