CHANGELOG updated #587
ci.yaml
on: push
Matrix: Build
Matrix: Lint Code
Matrix: Unit Tests
Matrix: Integration Tests
Annotations
28 errors and 24 warnings
Unhandled error:
src/version3/issueLinks.ts#L63
TypeError: Cannot read properties of undefined (reading 'comment')
❯ IssueLinks.linkIssues src/version3/issueLinks.ts:63:29
❯ tests/unit/version3/issueLinks.test.ts:9:21
❯ node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/@vitest/runner/dist/index.js:533:11
❯ runWithTimeout node_modules/@vitest/runner/dist/index.js:39:7
❯ runTest node_modules/@vitest/runner/dist/index.js:1056:17
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ runSuite node_modules/@vitest/runner/dist/index.js:1191:13
❯ runFiles node_modules/@vitest/runner/dist/index.js:1262:5
This error originated in "tests/unit/version3/issueLinks.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/unit/version3/issueLinks.test.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
tests/unit/version3/issueLinks.test.ts > linkIssues should calls without parameters:
tests/unit/version3/issueLinks.test.ts#L11
AssertionError: expected false to be truthy
- Expected
+ Received
- true
+ false
❯ tests/unit/version3/issueLinks.test.ts:11:38
|
Unit Tests (20.x)
Process completed with exit code 1.
|
Unit Tests (18.x)
The job was canceled because "_20_x" failed.
|
Unhandled error:
src/version3/issueLinks.ts#L63
TypeError: Cannot read properties of undefined (reading 'comment')
❯ IssueLinks.linkIssues src/version3/issueLinks.ts:63:29
❯ tests/unit/version3/issueLinks.test.ts:9:21
❯ node_modules/@vitest/runner/dist/index.js:146:14
❯ node_modules/@vitest/runner/dist/index.js:533:11
❯ runWithTimeout node_modules/@vitest/runner/dist/index.js:39:7
❯ runTest node_modules/@vitest/runner/dist/index.js:1056:17
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ runSuite node_modules/@vitest/runner/dist/index.js:1191:13
❯ runFiles node_modules/@vitest/runner/dist/index.js:1262:5
This error originated in "tests/unit/version3/issueLinks.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "tests/unit/version3/issueLinks.test.ts". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
tests/unit/version3/issueLinks.test.ts > linkIssues should calls without parameters:
tests/unit/version3/issueLinks.test.ts#L11
AssertionError: expected false to be truthy
- Expected
+ Received
- true
+ false
❯ tests/unit/version3/issueLinks.test.ts:11:38
|
Unit Tests (18.x)
Process completed with exit code 1.
|
Lint Code (20.x):
src/version3/filters.ts#L34
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/filters.ts#L35
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/issues.ts#L87
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/projectComponents.ts#L44
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/projectComponents.ts#L45
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/projectComponents.ts#L46
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/projectComponents.ts#L47
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/projectComponents.ts#L48
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/projectComponents.ts#L49
Unnecessary optional chain on a non-nullish value
|
Lint Code (20.x):
src/version3/projectComponents.ts#L50
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x)
The job was canceled because "_20_x" failed.
|
Lint Code (18.x):
src/version3/filters.ts#L34
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/filters.ts#L35
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/issues.ts#L87
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/projectComponents.ts#L44
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/projectComponents.ts#L45
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/projectComponents.ts#L46
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/projectComponents.ts#L47
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/projectComponents.ts#L48
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/projectComponents.ts#L49
Unnecessary optional chain on a non-nullish value
|
Lint Code (18.x):
src/version3/projectComponents.ts#L50
Unnecessary optional chain on a non-nullish value
|
Build (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Build (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit Tests (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Code (20.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint Code (20.x):
tests/integration/utils/createSoftwareProject.ts#L19
Unexpected console statement
|
Lint Code (20.x):
tests/integration/utils/deleteSoftwareProject.ts#L14
Unexpected console statement
|
Lint Code (20.x):
tests/integration/version2/issueComments.test.ts#L37
Unexpected console statement
|
Lint Code (20.x):
examples/src/addFixVersion.ts#L22
Unexpected console statement
|
Lint Code (20.x):
examples/src/addFixVersion.ts#L26
Unexpected console statement
|
Lint Code (20.x):
examples/src/addWorklog.ts#L23
Unexpected console statement
|
Lint Code (20.x):
examples/src/addWorklog.ts#L27
Unexpected console statement
|
Lint Code (20.x):
examples/src/basic.ts#L31
Unexpected console statement
|
Lint Code (20.x):
examples/src/basic.ts#L44
Unexpected console statement
|
Lint Code (20.x):
examples/src/basic.ts#L50
Unexpected console statement
|
Lint Code (18.x):
tests/integration/utils/createSoftwareProject.ts#L19
Unexpected console statement
|
Lint Code (18.x):
tests/integration/utils/deleteSoftwareProject.ts#L14
Unexpected console statement
|
Lint Code (18.x):
tests/integration/version2/issueComments.test.ts#L37
Unexpected console statement
|
Lint Code (18.x):
examples/src/addFixVersion.ts#L22
Unexpected console statement
|
Lint Code (18.x):
examples/src/addFixVersion.ts#L26
Unexpected console statement
|
Lint Code (18.x):
examples/src/addWorklog.ts#L23
Unexpected console statement
|
Lint Code (18.x):
examples/src/addWorklog.ts#L27
Unexpected console statement
|
Lint Code (18.x):
examples/src/basic.ts#L31
Unexpected console statement
|
Lint Code (18.x):
examples/src/basic.ts#L44
Unexpected console statement
|
Lint Code (18.x):
examples/src/basic.ts#L50
Unexpected console statement
|