test: 补充优先覆盖率测试 (70%73%, 454525 tests) #49
Annotations
10 errors and 1 warning
|
ruff (I001):
tests/test_v6_tools_projects_extended.py#L27
tests\test_v6_tools_projects_extended.py:27:9: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (F401):
tests/test_v6_tools_projects_extended.py#L5
tests\test_v6_tools_projects_extended.py:5:27: F401 `unittest.mock.MagicMock` imported but unused
help: Remove unused import: `unittest.mock.MagicMock`
|
|
ruff (F401):
tests/test_v6_tools_projects_extended.py#L4
tests\test_v6_tools_projects_extended.py:4:8: F401 `os` imported but unused
help: Remove unused import: `os`
|
|
ruff (F401):
tests/test_v6_tools_projects_extended.py#L3
tests\test_v6_tools_projects_extended.py:3:8: F401 `json` imported but unused
help: Remove unused import: `json`
|
|
ruff (F401):
tests/test_v6_routes_get.py#L7
tests\test_v6_routes_get.py:7:8: F401 `pytest` imported but unused
help: Remove unused import: `pytest`
|
|
ruff (F401):
tests/test_v6_routes_get.py#L4
tests\test_v6_routes_get.py:4:8: F401 `os` imported but unused
help: Remove unused import: `os`
|
|
ruff (F401):
tests/test_v6_routes_get.py#L3
tests\test_v6_routes_get.py:3:8: F401 `json` imported but unused
help: Remove unused import: `json`
|
|
ruff (I001):
tests/test_v6_routes_get.py#L3
tests\test_v6_routes_get.py:3:1: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
ruff (F401):
tests/test_v6_legacy_sqlite.py#L57
tests\test_v6_legacy_sqlite.py:57:57: F401 `electrochem_v6.store.legacy_runtime._get_db` imported but unused
help: Remove unused import: `electrochem_v6.store.legacy_runtime._get_db`
|
|
ruff (I001):
tests/test_v6_legacy_sqlite.py#L57
tests\test_v6_legacy_sqlite.py:57:9: I001 Import block is un-sorted or un-formatted
help: Organize imports
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|