Skip to content
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

feat(doc-core): support extendPageData hook & last updated time #3480

Merged
merged 5 commits into from
Apr 19, 2023

Merge branch 'main' of https://github.com/modern-js-dev/modern.js int…

f801e54
Select commit
Loading
Failed to load commit list.
Merged

feat(doc-core): support extendPageData hook & last updated time #3480

Merge branch 'main' of https://github.com/modern-js-dev/modern.js int…
f801e54
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Apr 19, 2023 in 0s

58.20% (target 55.00%)

View this Pull Request on Codecov

58.20% (target 55.00%)

Details

Codecov Report

Patch coverage: 76.04% and project coverage change: +0.60 🎉

Comparison is base (99693f0) 57.59% compared to head (f801e54) 58.20%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3480      +/-   ##
==========================================
+ Coverage   57.59%   58.20%   +0.60%     
==========================================
  Files         672      667       -5     
  Lines       17794    17669     -125     
  Branches     3876     3833      -43     
==========================================
+ Hits        10249    10284      +35     
+ Misses       6934     6780     -154     
+ Partials      611      605       -6     
Impacted Files Coverage Δ
packages/cli/core/src/nodeApi.ts 0.00% <ø> (ø)
packages/cli/core/src/createCli.ts 72.00% <72.00%> (ø)
packages/cli/core/src/config/loadConfig.ts 83.33% <85.71%> (+0.25%) ⬆️
packages/cli/core/src/utils/initAppDir.ts 88.88% <88.88%> (ø)
packages/cli/core/src/index.ts 71.42% <100.00%> (-0.62%) ⬇️
packages/cli/core/src/types/index.ts 100.00% <100.00%> (ø)
packages/cli/core/src/utils/index.ts 100.00% <100.00%> (ø)

... and 94 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.