lc-soft / LCUI

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

feat: migrate to new libui and libplatform #272

Closed lc-soft closed 2 years ago

lc-soft commented 2 years ago

TODO:

commit-lint[bot] commented 2 years ago

Code Refactoring

Continuous Integration

Tests

Documentation

Features

Chore

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 #272 (703b537) into v3.0-dev (d0a2f9a) will decrease coverage by 4.93%. The diff coverage is 16.95%.

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

@@             Coverage Diff              @@
##           v3.0-dev     #272      +/-   ##
============================================
- Coverage     55.48%   50.55%   -4.94%     
============================================
  Files            82       92      +10     
  Lines         15097    15199     +102     
============================================
- Hits           8377     7684     -693     
- Misses         6720     7515     +795     
Impacted Files Coverage Δ
lib/font/src/fontconfig.c 100.00% <ø> (ø)
lib/font/src/freetype.c 33.33% <ø> (ø)
lib/font/src/in-core/font_inconsolata.c 50.00% <ø> (ø)
lib/font/src/in_core_font.c 96.00% <ø> (ø)
lib/image/src/jpeg.c 68.42% <ø> (ø)
lib/image/src/reader.c 67.36% <ø> (ø)
lib/paint/src/border.c 26.74% <ø> (ø)
lib/paint/src/boxshadow.c 5.86% <ø> (ø)
lib/paint/src/line.c 0.00% <ø> (ø)
lib/paint/src/painter.c 0.00% <ø> (ø)
... and 104 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 d0a2f9a...64eac53. Read the comment docs.