hydephp / develop

The HydePHP Source Code Monorepo
https://hydephp.com
MIT License
13 stars 6 forks source link

[2.x] Update the build service to group together dynamic pages #1897

Closed caendesilva closed 2 months ago

caendesilva commented 2 months ago

This PR modifies the BuildService to group all dynamic pages (InMemoryPage instances) together under a "Dynamic Pages" category during the build process. This is because this otherwise can very quickly grow to have a bunch of single item progress bars when using a lot of extended pages of this type.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (2a97871) to head (cf0bfc8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.x-dev #1897 +/- ## =========================================== Coverage 100.00% 100.00% - Complexity 1865 1867 +2 =========================================== Files 191 191 Lines 4923 4927 +4 =========================================== + Hits 4923 4927 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.