delete trailing new line and add new tests #53
pr-check.yml
on: push
Create VSIX
3m 5s
Lint
50s
Check Python types
2m 13s
Matrix: Coverage
Matrix: Tests
Matrix: Smoke tests
Annotations
17 errors and 2 warnings
Tests (ubuntu-latest, 3.x, ts-unit)
Process completed with exit code 1.
|
Lint
Process completed with exit code 1.
|
Tests (ubuntu-latest, 3.x, debugger)
Process completed with exit code 1.
|
Tests (ubuntu-latest, 3.x, functional)
Process completed with exit code 1.
|
Coverage (ubuntu-latest)
Process completed with exit code 1.
|
Tests (ubuntu-latest, 3.x, venv)
Process completed with exit code 1.
|
Tests (ubuntu-latest, 3.x, single-workspace)
Process completed with exit code 1.
|
Tests (ubuntu-latest, 3.x, python-unit)
Process completed with exit code 1.
|
Tests (windows-latest, 3.x, single-workspace)
Process completed with exit code 1.
|
Tests (windows-latest, 3.x, venv)
Process completed with exit code 1.
|
Tests (windows-latest, 3.x, debugger)
Process completed with exit code 1.
|
Tests (windows-latest, 3.x, python-unit)
Process completed with exit code 1.
|
Tests (windows-latest, 3.x, ts-unit)
Process completed with exit code 1.
|
Tests (windows-latest, 3.x, functional)
Process completed with exit code 1.
|
Check Python types:
pythonFiles/normalizeSelection.py#L187
Argument of type "Overload[(__key: Unknown, /) -> (Unknown | None), (__key: Unknown, __default: Unknown | _T@get, /) -> (Unknown | _T@get)]" cannot be assigned to parameter "key" of type "(_T@min) -> SupportsRichComparison" in function "min"
No overloaded function matches type "(Unknown) -> SupportsRichComparison" (reportGeneralTypeIssues)
|
Check Python types
1 error
|
Create VSIX
Process completed with exit code 1.
|
Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Create VSIX
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|