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 the graphics library API #281

Closed lc-soft closed 2 years ago

commit-lint[bot] commented 2 years ago

Code Refactoring

Tests

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 #281 (6189a88) into v3.0-dev (dcf533e) will increase coverage by 0.72%. The diff coverage is 40.09%.

Impacted file tree graph

@@             Coverage Diff              @@
##           v3.0-dev     #281      +/-   ##
============================================
+ Coverage     50.64%   51.37%   +0.72%     
============================================
  Files            93      103      +10     
  Lines         15193    14932     -261     
============================================
- Hits           7695     7671      -24     
+ Misses         7498     7261     -237     
Impacted Files Coverage Δ
lib/image/src/bmp.c 79.10% <ø> (ø)
lib/image/src/jpeg.c 68.42% <ø> (ø)
lib/image/src/png.c 43.22% <0.00%> (+2.61%) :arrow_up:
lib/image/src/reader.c 67.36% <ø> (ø)
lib/pandagl/include/pandagl/color.h 0.00% <0.00%> (ø)
lib/pandagl/src/context.c 0.00% <0.00%> (ø)
lib/pandagl/src/flip.c 0.00% <0.00%> (ø)
lib/pandagl/src/line.c 0.00% <0.00%> (ø)
lib/pandagl/src/tile.c 0.00% <0.00%> (ø)
lib/pandagl/src/zoom.c 0.00% <0.00%> (ø)
... and 35 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 dcf533e...6189a88. Read the comment docs.