Fix Windows tests and add ClientPool fallback

This commit is contained in:
thePR0M3TH3AN
2025-06-29 21:43:33 -04:00
parent 65244adf57
commit 5cd7d264f1
2 changed files with 19 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r src/requirements.txt
- name: Run tests with coverage
shell: bash
run: |
pytest --cov=src --cov-report=xml --cov-report=term-missing \
--cov-fail-under=20 src/tests