lc-soft / LCUI

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

test(pandagl): add cairo example #283

Closed lc-soft closed 2 years ago

lc-soft commented 2 years ago

273

https://github.com/lc-soft/LCUI/tree/add-cairo-example/lib/pandagl/examples/cairo

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 #283 (785b9ca) into v3.0-dev (617180e) will decrease coverage by 0.00%. The diff coverage is 0.00%.

:exclamation: Current head 785b9ca differs from pull request most recent head d46b594. Consider uploading reports for the commit d46b594 to get more accurate results

Impacted file tree graph

@@             Coverage Diff              @@
##           v3.0-dev     #283      +/-   ##
============================================
- Coverage     51.36%   51.35%   -0.01%     
============================================
  Files           103      103              
  Lines         14935    14937       +2     
============================================
  Hits           7671     7671              
- Misses         7264     7266       +2     
Impacted Files Coverage Δ
lib/css/include/css/library.h 100.00% <ø> (ø)
lib/css/include/css/parser.h 100.00% <ø> (ø)
lib/image/src/bmp.c 79.10% <ø> (ø)
lib/image/src/jpeg.c 68.42% <ø> (ø)
lib/image/src/png.c 43.22% <ø> (ø)
lib/image/src/reader.c 67.36% <ø> (ø)
lib/pandagl/include/pandagl/canvas.h 34.61% <ø> (ø)
lib/pandagl/include/pandagl/color.h 0.00% <ø> (ø)
lib/pandagl/include/pandagl/pixel.h 100.00% <ø> (ø)
lib/pandagl/include/pandagl/rect.h 100.00% <ø> (ø)
... and 21 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 617180e...d46b594. Read the comment docs.