feat: Introduce vaccel_session_resource_by_type()
function
#636
Triggered via pull request
December 13, 2024 16:56
Status
Success
Total duration
18m 51s
Artifacts
–
pr-build-and-verify.yml
on: pull_request
Matrix: Test Build / Test Build
Matrix: Validate Code / Lint C/C++ (cpp-linter)
Matrix: Validate Code / Lint C/C++ (cppcheck)
Matrix: Validate Code / Lint Python/Shell/Dockerfiles/GHActions/Markdown/YAML/JS
Matrix: Verify Build / Verify Build
Validate Files and Commits
/
Lint Commit Messages
1m 18s
Validate Files and Commits
/
Spell Check Repo
42s
Validate Files and Commits
/
Check License Headers
1m 38s
Matrix: Generate Coverage Report / Coverage Report
Annotations
3 warnings
Validate Files and Commits / Check License Headers
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
test/core/test_session.cpp:29:41 [modernize-use-trailing-return-type]:
test/core/test_session.cpp#L29
use a trailing return type for this function
|
test/core/test_session.cpp:32:1 [performance-enum-size]:
test/core/test_session.cpp#L32
enum '(unnamed enum at ../test/core/test_session.cpp:32:1)' uses a larger base type ('unsigned int', size: 4 bytes) than necessary for its value set, consider using 'std::uint16_t' (2 bytes) as the base type to reduce its size
|