Skip to content

👷 gucc: improve test coverage for locale #134

👷 gucc: improve test coverage for locale

👷 gucc: improve test coverage for locale #134

Triggered via push July 5, 2024 21:30
Status Success
Total duration 1m 13s
Artifacts

checks.yml

on: push
cpp-linter
1m 4s
cpp-linter
Check C++ style
16s
Check C++ style
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
/gucc/src/locale.cpp:15:25 [bugprone-easily-swappable-parameters: gucc/src/locale.cpp#L15
2 adjacent parameters of 'prepare_locale_set' of similar type ('std::string_view') are easily swapped by mistake
/gucc/tests/unit-locale.cpp:55:13 [bugprone-exception-escape: gucc/tests/unit-locale.cpp#L55
an exception may be thrown in function 'filtered_res' which should not throw exceptions
/gucc/tests/unit-locale.cpp:66:5 [bugprone-exception-escape: gucc/tests/unit-locale.cpp#L66
an exception may be thrown in function 'main' which should not throw exceptions
/gucc/tests/unit-locale.cpp:80:19 [clang-diagnostic-error]: gucc/tests/unit-locale.cpp#L80
use of undeclared identifier 'GUCC_TEST_DIR'
Check C++ style
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
cpp-linter
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/