lc-soft / LCUI

C library for building user interfaces
https://lcui-dev.github.io
MIT License
4.13k stars 356 forks source link

refactor: redesign css library and parser #252

Closed lc-soft closed 2 years ago

commit-lint[bot] commented 3 years ago

Documentation

Code Refactoring

Contributors

lc-soft

Commit-Lint commands
You can trigger Commit-Lint actions by commenting on this PR: - `@Commit-Lint merge patch` will merge dependabot PR on "patch" versions (X.X.Y - Y change) - `@Commit-Lint merge minor` will merge dependabot PR on "minor" versions (X.Y.Y - Y change) - `@Commit-Lint merge major` will merge dependabot PR on "major" versions (Y.Y.Y - Y change) - `@Commit-Lint merge disable` will desactivate merge dependabot PR - `@Commit-Lint review` will approve dependabot PR - `@Commit-Lint stop review` will stop approve dependabot PR
codecov[bot] commented 3 years ago

Codecov Report

Merging #252 (5240512) into v3.0-dev (1ba47d9) will increase coverage by 0.07%. The diff coverage is 69.03%.

:exclamation: Current head 5240512 differs from pull request most recent head af16465. Consider uploading reports for the commit af16465 to get more accurate results Impacted file tree graph

@@             Coverage Diff              @@
##           v3.0-dev     #252      +/-   ##
============================================
+ Coverage     50.55%   50.63%   +0.07%     
============================================
  Files            92       96       +4     
  Lines         15199    15258      +59     
============================================
+ Hits           7684     7726      +42     
- Misses         7515     7532      +17     
Impacted Files Coverage Δ
lib/platform/include/platform.h 0.00% <ø> (ø)
lib/text/src/textstyle.c 21.68% <0.00%> (ø)
lib/ui-builder/src/builder.c 69.31% <ø> (ø)
lib/ui-cursor/src/cursor.c 0.00% <ø> (ø)
lib/ui-server/src/server.c 12.80% <0.00%> (ø)
lib/ui-widgets/src/button.c 81.81% <ø> (ø)
lib/ui-widgets/src/sidebar.c 15.68% <ø> (ø)
lib/ui-widgets/src/textcaret.c 51.02% <ø> (ø)
lib/ui/src/ui_logger.c 0.00% <0.00%> (ø)
lib/ui/src/ui_widget_attributes.c 78.84% <0.00%> (ø)
... and 33 more

Continue to review full report at Codecov.

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