call pytest correctly

This commit is contained in:
Brian Rosner 2024-05-21 08:18:54 -06:00
parent 8ce98368da
commit a6f141b717

View File

@ -49,7 +49,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: poetry install --with=test run: poetry install --with=test
- name: Run pytest - name: Run pytest
run: pytest --cov=teufa tests/ run: poetry run pytest --cov=teufa tests/
env: env:
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov