Skip to content

Add type checker to GA #757

Add type checker to GA

Add type checker to GA #757

Triggered via push August 7, 2023 14:10
Status Failure
Total duration 44m 57s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 1 warning
types: tested/configs.py#L11
Import "pydantic" could not be resolved (reportMissingImports)
types: tested/configs.py#L12
Import "pydantic.dataclasses" could not be resolved (reportMissingImports)
types: tested/description_instance.py#L9
Import "mako.template" could not be resolved (reportMissingImports)
types: tested/description_instance.py#L155
Expected no arguments to "Suite" constructor (reportGeneralTypeIssues)
types: tested/dodona.py#L17
Import "pydantic" could not be resolved (reportMissingImports)
types: tested/dodona.py#L18
Import "pydantic.dataclasses" could not be resolved (reportMissingImports)
types: tested/dodona.py#L278
Argument of type "ExtendedMessage" cannot be assigned to parameter "__obj" of type "_DataclassT@replace" in function "replace"   Type "ExtendedMessage" cannot be assigned to type "DataclassInstance"     "ExtendedMessage" is incompatible with protocol "DataclassInstance"       "__dataclass_fields__" is not present (reportGeneralTypeIssues)
types: tested/dodona.py#L282
Argument of type "AppendMessage" cannot be assigned to parameter "__obj" of type "_DataclassT@replace" in function "replace"   Type "AppendMessage" cannot be assigned to type "DataclassInstance"     "AppendMessage" is incompatible with protocol "DataclassInstance"       "__dataclass_fields__" is not present (reportGeneralTypeIssues)
types: tested/dodona.py#L285
Argument of type "StatusMessage" cannot be assigned to parameter "__obj" of type "_DataclassT@replace" in function "replace"   Type "StatusMessage" cannot be assigned to type "DataclassInstance"     "StatusMessage" is incompatible with protocol "DataclassInstance"       "__dataclass_fields__" is not present (reportGeneralTypeIssues)
types: tested/dodona.py#L286
Argument of type "CloseTest" cannot be assigned to parameter "__obj" of type "_DataclassT@replace" in function "replace"   Type "CloseTest" cannot be assigned to type "DataclassInstance"     "CloseTest" is incompatible with protocol "DataclassInstance"       "__dataclass_fields__" is not present (reportGeneralTypeIssues)
test
Process completed with exit code 1.
lint
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/