Closed Barbapapazes closed 11 months ago
Attention: 54 lines
in your changes are missing coverage. Please review.
Comparison is base (
7fc69ba
) 61.13% compared to head (7e34ab5
) 60.13%. Report is 2 commits behind head on main.:exclamation: Current head 7e34ab5 differs from pull request most recent head af47a87. Consider uploading reports for the commit af47a87 to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/utils/tree.ts | 40.47% | 50 Missing :warning: |
src/reporters/fancy.ts | 20.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for working on this it is a really useful addition! ๐ฅ
I have made a couple of reactors to keep the feature as an opt-in util. Despite normal log levels and also box where formatting for them is optional, with tree, when reporters don't implement it (basic, json, browser, etc) it will lead to and unreadable output. I am thinking to introduce more of formatting utils like this consola/utils
subpath so we can easily scale without worrying about this.
๐ Linked issue
โ Type of change
๐ Description
Add a logger that display a tree of items. This can be used in Nitro when pages are prerendered.
Supports:
๐ Checklist