Skip to content

Daily Code Coverage #162

Daily Code Coverage

Daily Code Coverage #162

Triggered via schedule July 30, 2026 02:42
Status Success
Total duration 4m 35s
Artifacts

DailyCoverage.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, aminya/setup-cpp@v1.8.0, github/codeql-action/analyze@v3, github/codeql-action/init@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build
Failed to save: Unable to reserve cache with key codeql-trap-1-2.26.1-cpp-3c08256b9e4f7e51fbcba0ccb21c721d991dd9f0, another job may be creating this cache.
Build: Engine/graphics/Mesh.cpp#L262
unsafe buffer access [-Wunsafe-buffer-usage]
Build: Engine/graphics/Mesh.cpp#L247
unsafe pointer arithmetic [-Wunsafe-buffer-usage]
Build: Engine/graphics/ShaderProgram.cpp#L256
implicit conversion changes signedness: 'int32_t' (aka 'int') to 'unsigned long' [-Wsign-conversion]
Build: Engine/graphics/ShaderProgram.cpp#L164
implicit conversion changes signedness: 'int32_t' (aka 'int') to 'uint32_t' (aka 'unsigned int') [-Wsign-conversion]
Build: Engine/graphics/Shader.cpp#L111
implicit conversion changes signedness: 'int32_t' (aka 'int') to 'unsigned long' [-Wsign-conversion]
Build: Engine/graphics/platform/Linux/Window.cpp#L40
unsafe buffer access [-Wunsafe-buffer-usage]
Build: Engine/graphics/platform/Linux/Window.cpp#L40
unsafe buffer access [-Wunsafe-buffer-usage]
Build: Engine/graphics/platform/Linux/Window.cpp#L38
unsafe buffer access [-Wunsafe-buffer-usage]
Build: Engine/core/platform/Linux/Log.inl#L6
function 'printf' is unsafe [-Wunsafe-buffer-usage-in-libc-call]
Build: Engine/core/res.cpp#L11
the two-parameter std::span construction is unsafe as it can introduce mismatch between buffer size and the bound information [-Wunsafe-buffer-usage-in-container]
Build
Cannot build an overlay-base database because build-mode is set to "undefined" instead of "none". Falling back to creating a normal full database instead.
Build
CodeQL Action v3 will be deprecated in December 2026. Please update all occurrences of the CodeQL Action in your workflow files to v4. For more information, see https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/