Skip to content

Bump mheap/github-action-required-labels from 3 to 5 #334

Bump mheap/github-action-required-labels from 3 to 5

Bump mheap/github-action-required-labels from 3 to 5 #334

Status Failure
Total duration 12m 58s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr-check.yml

on: push
Matrix: Coverage
Matrix: Tests
Matrix: Smoke tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "skipkeys" of type "bool" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "bool"     "int" is incompatible with "bool" (reportGeneralTypeIssues)
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "ensure_ascii" of type "bool" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "bool"     "int" is incompatible with "bool" (reportGeneralTypeIssues)
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "check_circular" of type "bool" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "bool"     "int" is incompatible with "bool" (reportGeneralTypeIssues)
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "allow_nan" of type "bool" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "bool"     "int" is incompatible with "bool" (reportGeneralTypeIssues)
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "cls" of type "Type[JSONEncoder] | None" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "Type[JSONEncoder] | None"     Type "int" cannot be assigned to type "Type[JSONEncoder] | None"       Type "int" cannot be assigned to type "Type[JSONEncoder]"       Type cannot be assigned to type "None" (reportGeneralTypeIssues)
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "indent" of type "int | str | None" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "int | str | None"     Type "tuple[Literal[','], Literal[': ']]" cannot be assigned to type "int | str | None"       Type cannot be assigned to type "None"       "tuple[Literal[','], Literal[': ']]" is incompatible with "int"       "tuple[Literal[','], Literal[': ']]" is incompatible with "str" (reportGeneralTypeIssues)
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "separators" of type "tuple[str, str] | None" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "tuple[str, str] | None"     Type "int" cannot be assigned to type "tuple[str, str] | None"       "int" is incompatible with "tuple[str, str]"       Type cannot be assigned to type "None" (reportGeneralTypeIssues)
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "default" of type "((Any) -> Any) | None" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "((Any) -> Any) | None"     Type "int" cannot be assigned to type "((Any) -> Any) | None"       Type "int" cannot be assigned to type "(Any) -> Any"       Type cannot be assigned to type "None" (reportGeneralTypeIssues)
Check Python types: pythonFiles/testing_tools/adapter/report.py#L92
Argument of type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to parameter "sort_keys" of type "bool" in function "dumps"   Type "int | tuple[Literal[','], Literal[': ']]" cannot be assigned to type "bool"     "int" is incompatible with "bool" (reportGeneralTypeIssues)
Check Python types
9 errors
Create VSIX
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-node@v2, actions/setup-python@v2, actions/upload-artifact@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Lint
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-node@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Tests (ubuntu-latest, 3.x, debugger)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1.6. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Tests (ubuntu-latest, 3.x, venv)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1.6. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Tests (ubuntu-latest, 3.x, single-workspace)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1.6. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Tests (windows-latest, 3.x, debugger)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1.6. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Smoke tests (ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-node@v2, actions/setup-python@v2, actions/download-artifact@v2, GabrielBB/xvfb-action@v1.5. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Tests (windows-latest, 3.x, single-workspace)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1.6. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Smoke tests (windows-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-node@v2, actions/setup-python@v2, actions/download-artifact@v2, GabrielBB/xvfb-action@v1.5. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Coverage (ubuntu-latest)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: GabrielBB/xvfb-action@v1.6. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

Artifacts

Produced during runtime
Name Size
Linux-coverage-report-html Expired
14.1 MB
ms-python-insiders-vsix Expired
14.6 MB