Adapter refactor
All checks were successful
ci/woodpecker/push/tests Pipeline was successful

Allows using different ways to retrieve hosts IP address
This commit is contained in:
Sonny Bakker 2025-05-03 13:12:13 +02:00 committed by sonny
parent 97cf1a8f5c
commit 84558826fb
15 changed files with 861 additions and 710 deletions

View file

@ -3,14 +3,14 @@ when:
steps:
- name: python tests
image: ghcr.io/astral-sh/uv:python3.11-bookworm
image: ghcr.io/astral-sh/uv:python3.11-alpine
commands:
- uv sync --group ci
- uv run -- coverage run --module unittest
- uv run -- coverage report
- name: code formatting & linting
image: ghcr.io/astral-sh/uv:python3.11-bookworm
image: ghcr.io/astral-sh/uv:python3.11-alpine
commands:
- uv sync
- uv run -- ruff format --diff