lc-soft / LCUI

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

refactor: redesign ui-builder library #275

Closed lc-soft closed 2 years ago

commit-lint[bot] commented 2 years ago

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 2 years ago

Codecov Report

Merging #275 (8aa32e5) into v3.0-dev (7e7cfdd) will decrease coverage by 0.01%. The diff coverage is 82.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##           v3.0-dev     #275      +/-   ##
============================================
- Coverage     50.64%   50.62%   -0.02%     
============================================
  Files            97       97              
  Lines         15260    15251       -9     
============================================
- Hits           7728     7721       -7     
+ Misses         7532     7530       -2     
Impacted Files Coverage Δ
lib/ui-anchor/src/anchor.c 4.85% <0.00%> (ø)
lib/ui-builder/src/builder.c 68.86% <85.41%> (-0.46%) :arrow_down:

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 7e7cfdd...8aa32e5. Read the comment docs.