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

refactor(macro): macro to plugin #1867

Merged
merged 16 commits into from
Mar 6, 2024

Revert "refactor(macro): add tests for #1797 issue"

30c0a04
Select commit
Loading
Failed to load commit list.
Merged

refactor(macro): macro to plugin #1867

Revert "refactor(macro): add tests for #1797 issue"
30c0a04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 5, 2024 in 0s

77.23% (+0.56%) compared to dd43fb0

View this Pull Request on Codecov

77.23% (+0.56%) compared to dd43fb0

Details

Codecov Report

Attention: Patch coverage is 97.00000% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 77.23%. Comparing base (dd43fb0) to head (30c0a04).
Report is 2 commits behind head on next.

Files Patch % Lines
packages/macro/src/macroJs.ts 97.36% 1 Missing and 2 partials ⚠️
packages/macro/src/macroJsx.ts 92.30% 1 Missing and 1 partial ⚠️
packages/macro/src/index.ts 90.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             next    #1867      +/-   ##
==========================================
+ Coverage   76.66%   77.23%   +0.56%     
==========================================
  Files          81       83       +2     
  Lines        2083     2126      +43     
  Branches      532      549      +17     
==========================================
+ Hits         1597     1642      +45     
+ Misses        375      374       -1     
+ Partials      111      110       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.