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 thread library #276

Closed lc-soft closed 2 years ago

commit-lint[bot] commented 2 years ago

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 #276 (52923af) into v3.0-dev (a715b59) will increase coverage by 0.00%. The diff coverage is 59.04%.

Impacted file tree graph

@@            Coverage Diff            @@
##           v3.0-dev     #276   +/-   ##
=========================================
  Coverage     50.62%   50.63%           
=========================================
  Files            97       95    -2     
  Lines         15251    15272   +21     
=========================================
+ Hits           7721     7733   +12     
- Misses         7530     7539    +9     
Impacted Files Coverage Δ
lib/platform/src/linux/linux_keyboard.c 0.00% <0.00%> (ø)
lib/platform/src/linux/linux_mouse.c 0.00% <0.00%> (ø)
lib/platform/src/linux/linux_x11clipboard.c 0.00% <0.00%> (ø)
src/lcui.c 59.74% <ø> (ø)
lib/timer/src/timer.c 47.18% <27.27%> (ø)
lib/ui-widgets/src/textedit.c 45.99% <50.00%> (+0.09%) :arrow_up:
lib/ui/src/ui_events.c 59.87% <52.63%> (ø)
lib/thread/src/pthread.c 64.81% <64.81%> (ø)
lib/worker/src/worker.c 59.74% <66.66%> (ø)
lib/ui/src/ui_widget_id.c 74.62% <72.72%> (ø)

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 a715b59...52923af. Read the comment docs.