stylify / packages

💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎.
https://stylifycss.com
MIT License
424 stars 9 forks source link

Compiler as this to the rescue #246

Closed Machy8 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #246 (22c57bd) into 0.6 (10d05ee) will increase coverage by 3.59%. The diff coverage is 77.37%.

Impacted file tree graph

@@            Coverage Diff             @@
##              0.6     #246      +/-   ##
==========================================
+ Coverage   72.77%   76.37%   +3.59%     
==========================================
  Files          27       28       +1     
  Lines        4140     4338     +198     
  Branches      549      482      -67     
==========================================
+ Hits         3013     3313     +300     
+ Misses       1121     1019     -102     
  Partials        6        6              
Impacted Files Coverage Δ
packages/astro/src/index.ts 0.00% <0.00%> (ø)
packages/nuxt-module/src/index.ts 0.00% <0.00%> (ø)
packages/nuxt/src/module.ts 0.00% <0.00%> (ø)
packages/stylify/src/Configurator.ts 71.05% <66.66%> (+36.59%) :arrow_up:
packages/bundler/src/Bundler.ts 78.10% <77.02%> (+6.78%) :arrow_up:
packages/unplugin/src/index.ts 92.33% <89.65%> (-0.30%) :arrow_down:
packages/stylify/src/Compiler/Compiler.ts 95.93% <98.13%> (+0.09%) :arrow_up:
packages/stylify/src/Compiler/MacroMatch.ts 100.00% <100.00%> (ø)
packages/stylify/src/Compiler/RegExpMatch.ts 100.00% <100.00%> (ø)
packages/stylify/src/Compiler/defaultPreset.ts 92.23% <100.00%> (+0.39%) :arrow_up:
... and 1 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f384789...22c57bd. Read the comment docs.