marigold-ui / marigold

Design System based on react-aria and Tailwind CSS
https://marigold-ui.io
MIT License
101 stars 7 forks source link

chore: make codecov work again #3832

Closed sarahgm closed 1 month ago

sarahgm commented 2 months ago

v4 does break the codecov

changeset-bot[bot] commented 2 months ago

⚠️ No Changeset found

Latest commit: e4e373ac655897565aef7a4d0c17061efbe01177

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 2 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
marigold-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 22, 2024 9:33am
marigold-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 22, 2024 9:33am
1 Ignored Deployment | Name | Status | Preview | Comments | Updated (UTC) | | :--- | :----- | :------ | :------- | :------ | | **marigold-production** | ⬜️ Ignored ([Inspect](https://vercel.com/marigold/marigold-production/2nS9CH9MhbyS7Wh8Hc7os7n58cf7)) | [Visit Preview](https://marigold-production-git-testtt-marigold.vercel.app) | | Mar 22, 2024 9:33am |
codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 99.83%. Comparing base (36c953c) to head (e4e373a). Report is 131 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/marigold-ui/marigold/pull/3832/graphs/tree.svg?width=650&height=150&src=pr&token=YIIcKX7TZu&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=marigold-ui)](https://app.codecov.io/gh/marigold-ui/marigold/pull/3832?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=marigold-ui) ```diff @@ Coverage Diff @@ ## main #3832 +/- ## ======================================== Coverage 99.82% 99.83% ======================================== Files 119 122 +3 Lines 6341 6554 +213 Branches 307 328 +21 ======================================== + Hits 6330 6543 +213 Misses 10 10 Partials 1 1 ```
OsamaAbdellateef commented 2 months ago

Note: I added tests for extedTheme in this PR so i can debug the coverage and it is 100% covered now @sebald