Skip to content

build(deps): bump third-party/lizardbyte-common from 06cd442 to 011ad2b - #5457

Merged
ReenigneArcher merged 2 commits into
masterfrom
dependabot/submodules/third-party/lizardbyte-common-011ad2b
Jul 28, 2026
Merged

build(deps): bump third-party/lizardbyte-common from 06cd442 to 011ad2b#5457
ReenigneArcher merged 2 commits into
masterfrom
dependabot/submodules/third-party/lizardbyte-common-011ad2b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 28, 2026

Copy link
Copy Markdown
Contributor

Bumps third-party/lizardbyte-common from 06cd442 to 011ad2b.

Commits
  • 011ad2b chore(deps): update dependency clang-format to v22 (#12)
  • 492532b ci: sonar fixes (#41)
  • c01334f feat: add is_github_actions env helper (#40)
  • 070f94c chore(deps): lock file maintenance (#39)
  • d6a9cee chore(deps): update astral-sh/setup-uv action to v9 (#38)
  • 7814c3f chore(deps): update actions/checkout action to v7.0.1 (#37)
  • e9274f7 chore(deps): update actions/setup-python action to v7 (#36)
  • ddcfda2 chore: add sonar property files (#35)
  • b9eadd1 chore(deps): update dependency pytest to v9.1.1 (#34)
  • fbabde9 chore(deps): update astral-sh/setup-uv action to v8.3.2 (#33)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [third-party/lizardbyte-common](https://github.com/LizardByte/lizardbyte-common) from `06cd442` to `011ad2b`.
- [Release notes](https://github.com/LizardByte/lizardbyte-common/releases)
- [Commits](LizardByte/lizardbyte-common@06cd442...011ad2b)

---
updated-dependencies:
- dependency-name: third-party/lizardbyte-common
  dependency-version: 011ad2bb139083dcf4ec21f9c09f07470891a668
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code labels Jul 28, 2026
Reformatted conditionals, loops, and long function calls across core, platform, NVENC, and test helper code to match updated formatting rules, including minor spacing normalization in type declarations. These are style-only edits with no intended behavior changes.
@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
1 New issue
1 New Code Smells (required ≤ 0)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@codecov

codecov Bot commented Jul 28, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 44.73684% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 26.83%. Comparing base (6f58be3) to head (efe16ac).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/platform/windows/input.cpp 0.00% 5 Missing ⚠️
src/video.cpp 33.33% 4 Missing ⚠️
src/platform/linux/cuda.cpp 0.00% 2 Missing ⚠️
src/platform/windows/audio.cpp 0.00% 2 Missing ⚠️
src/platform/windows/display_vram.cpp 0.00% 2 Missing ⚠️
src/platform/windows/misc.cpp 0.00% 2 Missing ⚠️
src/platform/windows/nvprefs/driver_settings.cpp 0.00% 2 Missing ⚠️
src/platform/windows/display_wgc.cpp 0.00% 1 Missing ⚠️
src/platform/windows/nvprefs/nvprefs_interface.cpp 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5457      +/-   ##
==========================================
+ Coverage   26.18%   26.83%   +0.64%     
==========================================
  Files         109      107       -2     
  Lines       23845    24337     +492     
  Branches    10648    10627      -21     
==========================================
+ Hits         6245     6530     +285     
- Misses      14906    16842    +1936     
+ Partials     2694      965    -1729     
Flag Coverage Δ
Archlinux 0.00% <0.00%> (ø)
FreeBSD-amd64 13.74% <13.33%> (?)
Homebrew-macos-14 21.36% <9.52%> (+<0.01%) ⬆️
Homebrew-macos-15 22.03% <9.52%> (+0.02%) ⬆️
Homebrew-macos-26 22.15% <9.52%> (+0.02%) ⬆️
Homebrew-ubuntu-24.04 13.35% <11.76%> (?)
Linux-AppImage 12.66% <11.76%> (-0.01%) ⬇️
Windows-AMD64 ?
Windows-ARM64 14.18% <7.14%> (+<0.01%) ⬆️
macOS-arm64 18.70% <17.64%> (+<0.01%) ⬆️
macOS-x86_64 19.42% <17.64%> (+0.04%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
src/display_device.cpp 66.95% <100.00%> (+0.14%) ⬆️
src/httpcommon.cpp 49.24% <100.00%> (-0.39%) ⬇️
src/input.cpp 18.00% <100.00%> (+<0.01%) ⬆️
src/platform/macos/input.cpp 49.62% <100.00%> (-0.19%) ⬇️
src/platform/macos/misc.mm 23.77% <100.00%> (-0.20%) ⬇️
src/platform/windows/display_base.cpp 27.05% <ø> (-9.75%) ⬇️
src/process.cpp 33.48% <100.00%> (-0.16%) ⬇️
src/rtsp.cpp 23.14% <100.00%> (-0.12%) ⬇️
src/stream.cpp 21.69% <100.00%> (-0.16%) ⬇️
src/platform/windows/display_wgc.cpp 0.00% <0.00%> (ø)
... and 8 more

... and 60 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6f58be3...efe16ac. Read the comment docs.

@ReenigneArcher
ReenigneArcher merged commit 965c91a into master Jul 28, 2026
66 of 69 checks passed
@ReenigneArcher
ReenigneArcher deleted the dependabot/submodules/third-party/lizardbyte-common-011ad2b branch July 28, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file submodules Pull requests that update Submodules code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant