- Notifications
You must be signed in to change notification settings - Fork778
Add ability to add collaborator#462
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-io commentedJul 17, 2017 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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 likethis 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.