move from rye to uv #44
code.yml
on: push
Matrix: tests
lint
13s
format
13s
coverage
2s
Annotations
14 errors and 1 warning
tests (3.11)
Process completed with exit code 1.
|
tests (3.12)
The job was canceled because "_3_11" failed.
|
Ruff (I001):
src/dns_synchub/events.py#L1
src/dns_synchub/events.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/dns_synchub/mappers/__init__.py#L1
src/dns_synchub/mappers/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (C901):
src/dns_synchub/mappers/cloudflare.py#L126
src/dns_synchub/mappers/cloudflare.py:126:15: C901 `sync` is too complex (11 > 10)
|
Ruff (I001):
src/dns_synchub/pollers/__init__.py#L1
src/dns_synchub/pollers/__init__.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/dns_synchub/pollers/docker.py#L1
src/dns_synchub/pollers/docker.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
src/dns_synchub/pollers/traefik.py#L1
src/dns_synchub/pollers/traefik.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/test_cloudflare.py#L1
tests/test_cloudflare.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/test_docker.py#L1
tests/test_docker.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
tests/test_traefik.py#L1
tests/test_traefik.py:1:1: I001 Import block is un-sorted or un-formatted
|
lint
Process completed with exit code 1.
|
format
Process completed with exit code 1.
|
coverage
Unable to find any artifacts for the associated workflow
|
coverage
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|