-
Notifications
You must be signed in to change notification settings - Fork 39
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
V0.9.0 #89
Conversation
Codecov Report
@@ Coverage Diff @@
## master #89 +/- ##
===========================================
- Coverage 87.94% 16.04% -71.90%
===========================================
Files 8 8
Lines 614 243 -371
Branches 108 45 -63
===========================================
- Hits 540 39 -501
- Misses 62 177 +115
- Partials 12 27 +15
Continue to review full report at Codecov.
|
👏 Nice job! I'll try to take a look this week. |
Hey ! I just submited a PR which fix the flags problem. |
Opened an issue on CLIUI for colors issues on summary/verify command: yargs/cliui#113 |
Note: need to use the http server to request bundlephobia (because CORS). |
* chore(http): use http-server folder * chore(http): move root route * test(http): add first test * chore: add updated package.json * chore(http): finish root tests * chore: create context (AsyncLocalStorage) * feat(http): split data endpoint * chore(http): port middleware in split file * chore(http): remove useless spec test * chore(http): fix naming for root import * chore(http): add flags * revert: remove sinon deps * chore: add missing import comment
* feat: add new routes and handle error * fix: pass httpie error to polka * feat: replace request * fix: delete forgotten console.log * revert: port context
Hello 👋
Opening a (Draft) pull request for the next version of the tool. This version use the new NodeSecure back-end (Many codes and logic are no longer present in this project). It require Node.js v16.
I took the opportunity to heavily improve the CLI code (see src/commands).
What remains to be done: