box / boxcli

A command line interface for interacting with the Box API.
https://developer.box.com
Apache License 2.0
222 stars 59 forks source link

feat: Add support for `--reauthorize` flag in login command #457

Closed arjankowski closed 1 year ago

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4184142951


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/box-command.js 5 6 83.33%
src/commands/login.js 1 20 5.0%
<!-- Total: 6 26 23.08% -->
Files with Coverage Reduction New Missed Lines %
src/commands/login.js 1 20.0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 4075668594: -0.3%
Covered Lines: 3979
Relevant Lines: 4475

💛 - Coveralls
mgrytsai commented 1 year ago

Solves #448