Collapses all the settings files to pyproject.toml

This commit is contained in:
Trenton H
2025-03-04 08:42:43 -08:00
parent 2b72397a4d
commit 831fb49673
6 changed files with 276 additions and 152 deletions

View File

@@ -156,12 +156,11 @@ jobs:
PAPERLESS_MAIL_TEST_USER: ${{ secrets.TEST_MAIL_USER }}
PAPERLESS_MAIL_TEST_PASSWD: ${{ secrets.TEST_MAIL_PASSWD }}
run: |
cd src/
uv run \
--python ${{ steps.setup-python.outputs.python-version }} \
--dev \
--frozen \
pytest -ra
pytest
-
name: Upload coverage
if: ${{ matrix.python-version == env.DEFAULT_PYTHON_VERSION }}