test: change test framework from cucumber-cpp to cwt-cucumber #42
ci-format-test-lint.yml
on: pull_request
build-and-test
57s
lint
2m 18s
Annotations
12 errors, 2 warnings, and 2 notices
|
build-and-test
Process completed with exit code 3.
|
|
lint
Process completed with exit code 1.
|
|
test/e2e/steps/minimal_steps.cpp:163:3 [modernize-use-auto]:
test/e2e/steps/minimal_steps.cpp#L163
use auto when initializing with a template cast to avoid duplicating the type name
|
|
test/e2e/steps/minimal_steps.cpp:155:3 [modernize-use-auto]:
test/e2e/steps/minimal_steps.cpp#L155
use auto when initializing with a template cast to avoid duplicating the type name
|
|
test/e2e/steps/minimal_steps.cpp:146:3 [modernize-use-auto]:
test/e2e/steps/minimal_steps.cpp#L146
use auto when initializing with a template cast to avoid duplicating the type name
|
|
test/e2e/steps/minimal_steps.cpp:137:3 [modernize-use-auto]:
test/e2e/steps/minimal_steps.cpp#L137
use auto when initializing with a template cast to avoid duplicating the type name
|
|
test/e2e/steps/minimal_steps.cpp:114:3 [modernize-use-auto]:
test/e2e/steps/minimal_steps.cpp#L114
use auto when initializing with a template cast to avoid duplicating the type name
|
|
test/e2e/steps/minimal_steps.cpp:96:3 [modernize-use-auto]:
test/e2e/steps/minimal_steps.cpp#L96
use auto when initializing with a template cast to avoid duplicating the type name
|
|
test/e2e/steps/minimal_steps.cpp:88:63 [readability-magic-numbers]:
test/e2e/steps/minimal_steps.cpp#L88
200 is a magic number; consider replacing it with a named constant
|
|
test/e2e/steps/minimal_steps.cpp:47:49 [readability-magic-numbers]:
test/e2e/steps/minimal_steps.cpp#L47
100 is a magic number; consider replacing it with a named constant
|
|
test/e2e/steps/minimal_steps.cpp:41:50 [readability-magic-numbers]:
test/e2e/steps/minimal_steps.cpp#L41
0.5 is a magic number; consider replacing it with a named constant
|
|
test/e2e/steps/minimal_steps.cpp:40:53 [readability-magic-numbers]:
test/e2e/steps/minimal_steps.cpp#L40
10 is a magic number; consider replacing it with a named constant
|
|
build-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: bazel-contrib/setup-bazel@0.18.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: bazel-contrib/setup-bazel@0.18.0. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run clang-format on test/e2e/steps/minimal_steps.cpp:
test/e2e/steps/minimal_steps.cpp#L0
File test/e2e/steps/minimal_steps.cpp does not conform to Custom style guidelines. (lines 100, 103, 117, 134, 146, 152, 167, 182, 197, 201, 204, 213, 221, 242, 256, 263)
|
|
Run clang-format on test/e2e/context_storing_provider.cpp:
test/e2e/context_storing_provider.cpp#L0
File test/e2e/context_storing_provider.cpp does not conform to Custom style guidelines. (lines 9)
|