perf: 添加coveralls #3
check.yml
on: push
Ruff
55s
CodeQL
1m 21s
Matrix: Run pytest
Annotations
13 errors and 2 warnings
Run pytest (ubuntu)
Process completed with exit code 201.
|
Run pytest (macos)
Process completed with exit code 201.
|
Run pytest (windows)
Process completed with exit code 1.
|
Ruff (E402):
docs/conf.py#L51
docs\conf.py:51:1: E402 Module level import not at top of file
|
Ruff (E722):
recipes/1.Login/diy_one_off_login.py#L33
recipes\1.Login\diy_one_off_login.py:33:1: E722 Do not use bare `except`
|
Ruff (E402):
recipes/2.SimpleWebAPI/run_webapi.py#L6
recipes\2.SimpleWebAPI\run_webapi.py:6:1: E402 Module level import not at top of file
|
Ruff (E402):
recipes/2.SimpleWebAPI/run_webapi.py#L8
recipes\2.SimpleWebAPI\run_webapi.py:8:1: E402 Module level import not at top of file
|
Ruff (E402):
recipes/2.SimpleWebAPI/run_webapi.py#L9
recipes\2.SimpleWebAPI\run_webapi.py:9:1: E402 Module level import not at top of file
|
Ruff (E402):
recipes/2.SimpleWebAPI/run_webapi.py#L10
recipes\2.SimpleWebAPI\run_webapi.py:10:1: E402 Module level import not at top of file
|
Ruff (N802):
recipes/2.SimpleWebAPI/run_webapi.py#L19
recipes\2.SimpleWebAPI\run_webapi.py:19:5: N802 Function name `GetProductInfo` should be lowercase
|
Ruff (N802):
recipes/2.SimpleWebAPI/run_webapi.py#L33
recipes\2.SimpleWebAPI\run_webapi.py:33:5: N802 Function name `GetProductChanges` should be lowercase
|
Ruff (N802):
recipes/2.SimpleWebAPI/run_webapi.py#L39
recipes\2.SimpleWebAPI\run_webapi.py:39:5: N802 Function name `GetPlayerCount` should be lowercase
|
Ruff (E501):
src/steam/client/__init__.py#L10
src\steam\client\__init__.py:10:101: E501 Line too long (124 > 100)
|
Run pytest (ubuntu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CodeQL
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|