-
Notifications
You must be signed in to change notification settings - Fork 66
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
Implement github authentication helper #547
Conversation
This pull request introduces 1 alert when merging 97c9020 into b338328 - view on LGTM.com new alerts:
Comment posted by LGTM.com |
Codecov Report
@@ Coverage Diff @@
## master #547 +/- ##
==========================================
+ Coverage 85.61% 85.68% +0.06%
==========================================
Files 38 41 +3
Lines 1933 2102 +169
Branches 284 305 +21
==========================================
+ Hits 1655 1801 +146
- Misses 278 301 +23
Continue to review full report at Codecov.
|
const packagejson = require('../package.json'); | ||
|
||
function getVersion() { | ||
return packagejson.version; | ||
} | ||
|
||
const spinnerFrames = process.platform === 'win32' |
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 really a platform dependency or a terminal dependency, i.e. we can assume UTF-8 support when $TERM=xterm
?
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.
don't know :-) I copy pasted it from somewhere. but let me try it out....
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.
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.
apparently this is a known problem. https://github.com/sindresorhus/figures
I'd stick to the distinction for now.
see #380, see #579
NOTE: The name the
testZAuthCmd.js
file is choosen in such a way that tests are executed after the replay tests intestPublishCmd.js
. it seems impossible to re-init replay after nockmessed with the http request classes.