skip old test file and incorrect file name #41
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
pr-check.yml
on: push
Create VSIX
3m 16s
Lint
2m 25s
Check Python types
3m 46s
Matrix: Coverage
Matrix: Tests
Matrix: Smoke tests
Annotations
14 errors and 19 warnings
Tests (ubuntu-latest, 3.x, python-unit)
Process completed with exit code 4.
|
Lint
Process completed with exit code 1.
|
Check Python types:
pythonFiles/run-jedi-language-server.py#L9
Import "jedi_language_server.cli" could not be resolved (reportMissingImports)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L29
Import "thread" could not be resolved (reportMissingImports)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L318
Import "coverage" could not be resolved (reportMissingImports)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L58
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L87
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L297
"windll" is unknown import symbol (reportGeneralTypeIssues)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L306
"WindowsError" is not defined (reportUndefinedVariable)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L347
Cannot access member "_tests" for type "TestCase"
Member "_tests" is unknown (reportGeneralTypeIssues)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L363
"send_event" is not a known member of "None" (reportOptionalMemberAccess)
|
Check Python types:
pythonFiles/visualstudio_py_testlauncher.py#L380
Argument of type "TestSuite | Unknown | None" cannot be assigned to parameter "test" of type "TestSuite | TestCase" in function "run"
Type "TestSuite | Unknown | None" cannot be assigned to type "TestSuite | TestCase"
Type "None" cannot be assigned to type "TestSuite | TestCase"
Type "None" cannot be assigned to type "TestSuite"
Type "None" cannot be assigned to type "TestCase" (reportGeneralTypeIssues)
|
Coverage (ubuntu-latest)
Process completed with exit code 4.
|
Tests (windows-latest, 3.x, python-unit)
Process completed with exit code 1.
|
Tests (ubuntu-latest, 3.x, debugger)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Lint
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/
|
Tests (ubuntu-latest, 3.x, single-workspace)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests (ubuntu-latest, 3.x, venv)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. 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, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Check Python types:
pythonFiles/lib/jedilsp/typing_extensions.py#L1942
__init_subclass__ override should take a "cls" parameter (reportSelfClsParameterName)
|
Check Python types:
pythonFiles/lib/jedilsp/attr/__init__.pyi#L189
Type variable "_T" may go unsolved if caller supplies no argument for parameter "validator"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
Check Python types:
pythonFiles/lib/jedilsp/attr/__init__.pyi#L268
Type variable "_T" may go unsolved if caller supplies no argument for parameter "validator"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
Check Python types:
pythonFiles/lib/jedilsp/attr/converters.pyi#L10
TypeVar "_T" appears only once in generic function signature (reportInvalidTypeVarUse)
|
Check Python types:
pythonFiles/lib/jedilsp/attr/converters.pyi#L12
TypeVar "_T" appears only once in generic function signature (reportInvalidTypeVarUse)
|
Check Python types:
pythonFiles/lib/jedilsp/attr/validators.pyi#L67
Type variable "_I" may go unsolved if caller supplies no argument for parameter "iterable_validator"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
Check Python types:
pythonFiles/lib/jedilsp/attr/validators.pyi#L72
Type variable "_M" may go unsolved if caller supplies no argument for parameter "mapping_validator"
Provide an overload that specifies the return type when the argument is not supplied (reportInvalidTypeVarUse)
|
Check Python types:
pythonFiles/lib/jedilsp/cattr/preconf/ujson.py#L4
Operation on "__all__" is not supported, so exported symbol list may be incorrect (reportUnsupportedDunderAll)
|
Check Python types:
pythonFiles/lib/jedilsp/cattrs/__init__.py#L17
"disambiguators" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Check Python types:
pythonFiles/lib/jedilsp/cattrs/__init__.py#L18
"dispatch" is specified in __all__ but is not present in module (reportUnsupportedDunderAll)
|
Tests (windows-latest, 3.x, single-workspace)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Smoke tests (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/setup-python@v2, actions/download-artifact@v2, GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests (windows-latest, 3.x, debugger)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Smoke tests (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/setup-python@v2, actions/download-artifact@v2, GabrielBB/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
ms-python-insiders-vsix
Expired
|
14.7 MB |
|