mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
Fix Windows tests and add ClientPool fallback
This commit is contained in:
1
.github/workflows/python-ci.yml
vendored
1
.github/workflows/python-ci.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user