🧪 Publish MyPy type coverage to Codecov #6634
Annotations
10 errors, 1 warning, and 10 notices
Run tests:
src/trio/_core/_concat_tb.py#L28
src/trio/_core/_concat_tb.py:(28:1 - 28:1): Cannot find implementation or library stub for module named "tputil" [import-not-found]
|
Run tests:
src/trio/_core/_concat_tb.py#L40
src/trio/_core/_concat_tb.py:(40:30 - 46:9): Expression type contains "Any" (has type "list[Any]") [misc]
|
Run tests:
src/trio/_core/_concat_tb.py#L55
src/trio/_core/_concat_tb.py:(55:20 - 55:29): Expression type contains "Any" (has type "type[CTraceback]") [misc]
|
Run tests:
src/trio/_core/_concat_tb.py#L62
src/trio/_core/_concat_tb.py:(62:16 - 62:31): Expression has type "Any" [misc]
|
Run tests:
src/trio/_core/_concat_tb.py#L70
src/trio/_core/_concat_tb.py:(70:16 - 70:32): Expression has type "Any" [misc]
|
Run tests:
src/trio/_core/_concat_tb.py#L99
src/trio/_core/_concat_tb.py:(99:16 - 106:30): Expression type contains "Any" (has type "Union[Any, bool]") [misc]
|
Run tests:
src/trio/_core/_concat_tb.py#L100
src/trio/_core/_concat_tb.py:(100:17 - 100:25): Expression has type "Any" [misc]
|
Run tests:
src/trio/_core/_concat_tb.py#L100
src/trio/_core/_concat_tb.py:(100:17 - 105:50): Expression type contains "Any" (has type "Union[Literal[False], Any]") [misc]
|
Run tests:
src/trio/_core/_concat_tb.py#L105
src/trio/_core/_concat_tb.py:(105:21 - 105:29): Expression has type "Any" [misc]
|
Run tests:
src/trio/_core/_concat_tb.py#L109
src/trio/_core/_concat_tb.py:(109:20 - 109:28): Expression has type "Any" [misc]
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests:
src/trio/_core/_concat_tb.py#L109
src/trio/_core/_concat_tb.py:(109:20 - 109:28): Error code "misc" not covered by "type: ignore" comment
|
Run tests:
src/trio/_core/_windows_cffi.py#L510
src/trio/_core/_windows_cffi.py:(510:15 - 510:31): Error code "misc" not covered by "type: ignore" comment
|
Run tests:
src/trio/_core/_windows_cffi.py#L515
src/trio/_core/_windows_cffi.py:(515:15 - 515:39): Error code "misc" not covered by "type: ignore" comment
|
Run tests:
src/trio/_timeouts.py#L197
src/trio/_timeouts.py:(197:27 - 197:43): Error code "misc" not covered by "type: ignore" comment
|
Run tests:
src/trio/_socket.py#L447
src/trio/_socket.py:(447:12 - 447:18): This is likely because "wrapper" has named arguments: "self". Consider marking them positional-only
|
Run tests:
src/trio/_dtls.py#L790
src/trio/_dtls.py:(790:29 - 790:39): Error code "misc" not covered by "type: ignore" comment
|
Run tests:
src/trio/_dtls.py#L860
src/trio/_dtls.py:(860:13 - 860:57): Error code "misc" not covered by "type: ignore" comment
|
Run tests:
src/trio/_dtls.py#L1165
src/trio/_dtls.py:(1165:16 - 1165:44): Error code "misc" not covered by "type: ignore" comment
|
Run tests:
src/trio/_core/_run.py#L157
src/trio/_core/_run.py:(157:15 - 157:16): Error code "misc" not covered by "type: ignore" comment
|
Run tests:
src/trio/_core/_run.py#L158
src/trio/_core/_run.py:(158:18 - 158:19): Error code "misc" not covered by "type: ignore" comment
|
Loading