lc-soft / LCUI

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

[WIP] Refactor lib app #249

Closed lc-soft closed 2 years ago

lc-soft commented 3 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 #249 (625f3f7) into v3.0-dev (35aedb2) will increase coverage by 1.55%. The diff coverage is n/a.

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

@@             Coverage Diff              @@
##           v3.0-dev     #249      +/-   ##
============================================
+ Coverage     56.20%   57.75%   +1.55%     
============================================
  Files            90       87       -3     
  Lines         16153    15725     -428     
============================================
+ Hits           9078     9082       +4     
+ Misses         7075     6643     -432     
Impacted Files Coverage Δ
lib/platform/src/linux/linux_events.c 41.17% <0.00%> (-13.83%) :arrow_down:
lib/timer/src/timer.c 56.19% <0.00%> (-7.97%) :arrow_down:
src/main.c 61.30% <0.00%> (-1.77%) :arrow_down:
lib/platform/src/linux/linux_keyboard.c 12.50% <0.00%> (-1.06%) :arrow_down:
lib/platform/src/linux/linux_mouse.c 20.00% <0.00%> (-0.94%) :arrow_down:
lib/css/src/css_library.c 71.31% <0.00%> (-0.77%) :arrow_down:
lib/util/src/object.c 78.68% <0.00%> (-0.72%) :arrow_down:
lib/ui/src/widget.c 100.00% <0.00%> (ø)
lib/font/src/fontlibrary.c 61.63% <0.00%> (ø)
lib/platform/src/linux/linux_x11keyboard.c
... and 6 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 35aedb2...0c57c58. Read the comment docs.