-
Notifications
You must be signed in to change notification settings - Fork 127
Coco/upload progress #868
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
Coco/upload progress #868
Conversation
test/fc.test.js
Outdated
@@ -122,7 +122,7 @@ describe('Incorrect environmental variables', () => { | |||
restoreProcess(); | |||
}); | |||
|
|||
it('should cast env value to String', async () => { | |||
it.skip('should cast env value to String', async () => { |
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.
done
src/lib/fc.js
Outdated
}); | ||
} | ||
|
||
function uploadProgress(params) { |
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.
对于非 tty 的场景能否不显示进度条,比如 CI 场景进度条可能会造成日志看上去很难看。
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.
done
fixes #796
node skd 改动 #aliyun/fc-nodejs-sdk#58