lc-soft / LCUI

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

refactor(ui): rename CSSFontStyle and remove the dependency on TextStyle #274

Closed lc-soft closed 2 years ago

commit-lint[bot] commented 2 years ago

Tests

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 #274 (4ee1788) into v3.0-dev (1932872) will increase coverage by 0.00%. The diff coverage is 91.66%.

Impacted file tree graph

@@            Coverage Diff            @@
##           v3.0-dev     #274   +/-   ##
=========================================
  Coverage     50.63%   50.64%           
=========================================
  Files            96       97    +1     
  Lines         15258    15260    +2     
=========================================
+ Hits           7726     7728    +2     
  Misses         7532     7532           
Impacted Files Coverage Δ
lib/ui/include/ui.h 89.13% <ø> (ø)
lib/ui/src/ui_css.c 96.96% <ø> (ø)
lib/ui-widgets/src/textstyle.c 76.47% <76.47%> (ø)
lib/ui-widgets/src/textedit.c 45.90% <87.50%> (ø)
lib/ui-widgets/src/textview.c 73.79% <100.00%> (ø)
lib/ui/src/ui_font_style.c 72.46% <100.00%> (-0.09%) :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 1932872...4ee1788. Read the comment docs.