Comprehensive Tests #88
tests.yml
on: schedule
Smoke Test
28s
Matrix: test
Matrix: Install Script Test
Docker Build & Test
Test Summary
4s
Annotations
19 errors and 2 warnings
|
Ruff (F841):
src/polymarket_mcp/tools/portfolio.py#L266
src/polymarket_mcp/tools/portfolio.py:266:9: F841 Local variable `market` is assigned to but never used
|
|
Ruff (F401):
src/polymarket_mcp/tools/portfolio.py#L16
src/polymarket_mcp/tools/portfolio.py:16:8: F401 `asyncio` imported but unused
|
|
Ruff (F401):
src/polymarket_mcp/tools/portfolio.py#L13
src/polymarket_mcp/tools/portfolio.py:13:21: F401 `decimal.Decimal` imported but unused
|
|
Ruff (F841):
src/polymarket_mcp/tools/market_discovery.py#L282
src/polymarket_mcp/tools/market_discovery.py:282:9: F841 Local variable `cutoff_timestamp` is assigned to but never used
|
|
Ruff (F541):
src/polymarket_mcp/tools/market_analysis.py#L140
src/polymarket_mcp/tools/market_analysis.py:140:43: F541 f-string without any placeholders
|
|
Ruff (F841):
src/polymarket_mcp/server.py#L337
src/polymarket_mcp/server.py:337:9: F841 Local variable `rate_limiter` is assigned to but never used
|
|
Ruff (F401):
src/polymarket_mcp/config.py#L5
src/polymarket_mcp/config.py:5:8: F401 `os` imported but unused
|
|
Ruff (F401):
src/polymarket_mcp/auth/signer.py#L5
src/polymarket_mcp/auth/signer.py:5:31: F401 `typing.Optional` imported but unused
|
|
Ruff (F401):
src/polymarket_mcp/auth/client.py#L9
src/polymarket_mcp/auth/client.py:9:38: F401 `py_clob_client.constants.POLYGON` imported but unused
|
|
Ruff (F401):
src/polymarket_mcp/auth/client.py#L8
src/polymarket_mcp/auth/client.py:8:60: F401 `py_clob_client.clob_types.OrderType` imported but unused
|
|
Test (Python 3.10 on ubuntu-latest)
Process completed with exit code 2.
|
|
Test (Python 3.12 on macos-latest)
Process completed with exit code 2.
|
|
Test (Python 3.11 on ubuntu-latest)
Process completed with exit code 2.
|
|
Code Coverage
Process completed with exit code 2.
|
|
Test (Python 3.12 on ubuntu-latest)
Process completed with exit code 2.
|
|
Test (Python 3.11 on macos-latest)
Process completed with exit code 2.
|
|
Test (Python 3.12 on windows-latest)
Process completed with exit code 1.
|
|
Test (Python 3.11 on windows-latest)
Process completed with exit code 1.
|
|
Test Summary
Process completed with exit code 1.
|
|
Lint & Format
No files were found with the provided path: bandit-report.json. No artifacts will be uploaded.
|
|
Code Coverage
No files were found with the provided path: htmlcov/. No artifacts will be uploaded.
|