feat: improve --list-csv and --list output #4733
build.yml
on: pull_request
yamllint
5s
typecheck
14s
eslint
10s
unused-deps
14s
test
3m 43s
CodeQL
1m 12s
Matrix: smoke-test
Annotations
3 errors and 1 warning
|
test
Process completed with exit code 1.
|
|
[threads] tests/test-cases/script-failures/integration.test.ts > script-failures <test-job>:
tests/test-cases/script-failures/integration.test.ts#L25
AssertionError: expected [ …(15) ] to deeply equal ArrayContaining{…}
- Expected
+ Received
- ArrayContaining [
+ [
+ "test-job starting shell (test)",
+ "",
" FAIL test-job",
+ "test-job $ echo \"Not printed\"",
+ "test-job > Not printed",
+ "test-job $ echo \"Test something\"",
+ "test-job > Test something",
+ "test-job $ echo \"That fails\"",
+ "test-job > That fails",
+ "test-job $ echo \"Something in the log\"",
+ "test-job > Something in the log",
+ "test-job $ exit 1",
+ " > Not printed",
" > Test something",
" > That fails",
- " > Something in the log",
]
❯ tests/test-cases/script-failures/integration.test.ts:25:38
|
|
[threads] tests/test-cases/include-project-file/integration.test.ts > include:project should respect rules specified in included project:
tests/test-cases/include-project-file/integration.test.ts#L67
AssertionError: expected 'name …' to deeply equal 'name …'
- Expected
+ Received
name stage when allow_failure needs
- should execute since rule eval to true test on_success false
+ should execute since rule eval to true test on_success false
❯ tests/test-cases/include-project-file/integration.test.ts:67:49
|
|
CodeQL
Starting April 2026, the CodeQL Action will skip computing file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses.
To opt out of this change, set the `CODEQL_ACTION_FILE_COVERAGE_ON_PRS` environment variable to `true`.
|