StaticJsCMS / static-cms

A Git-based CMS for Static Site Generators
https://staticcms.org
MIT License
579 stars 52 forks source link

fix: properly handle default group and filter #1083

Closed KaneFreeman closed 4 months ago

KaneFreeman commented 4 months ago

Fixes #1082

netlify[bot] commented 4 months ago

Deploy Preview for demo-staticjscms ready!

Name Link
Latest commit eecc4dae686ae1afd5788c9c26e6b0ba98dba749
Latest deploy log https://app.netlify.com/sites/demo-staticjscms/deploys/65c4f49cc0e20d00099e1b60
Deploy Preview https://deploy-preview-1083.demo.staticcms.org
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] commented 4 months ago

Deploy Preview for staticjscms ready!

Name Link
Latest commit eecc4dae686ae1afd5788c9c26e6b0ba98dba749
Latest deploy log https://app.netlify.com/sites/staticjscms/deploys/65c4f49cb633ce0008fe4223
Deploy Preview https://deploy-preview-1083.staticcms.org
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

codecov[bot] commented 4 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (ccd242c) 55.87% compared to head (9fca472) 55.87%.

:exclamation: Current head 9fca472 differs from pull request most recent head eecc4da. Consider uploading reports for the commit eecc4da to get more accurate results

Files Patch % Lines
packages/core/src/actions/entries.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1083 +/- ## ======================================= Coverage 55.87% 55.87% ======================================= Files 259 259 Lines 12318 12318 Branches 3090 3090 ======================================= Hits 6883 6883 Misses 5028 5028 Partials 407 407 ```

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

oliverpool commented 4 months ago

I can confirm that the glitch seems to be gone, thank you!