feat: add a wrapper module for add_test #451
Annotations
12 warnings and 1 notice
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, aminya/setup-cpp@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Setup Cpp
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Test:
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test:
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test:
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Test:
tests/myproj/src/main/main.cpp#L34
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
|
Test:
tests/myproj/src/main/main.cpp#L34
Unused variable: a [unusedVariable]
|
Test:
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [-Wunused-variable]
|
Test:
tests/myproj/src/mylib2/lib.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test:
tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Test:
tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
|
Test:
tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
|
Setup Cpp
Vcpkg folder already exists at /Users/runner/vcpkg. This might mean that ~/vcpkg is restored from the cache.
|
The logs for this run have expired and are no longer available.
Loading