mount code in tests

This commit is contained in:
Brian Rosner 2024-05-21 08:06:06 -06:00
parent f210c91744
commit f2ac6f2ad1

View File

@ -53,7 +53,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: ${{ env.IMAGE_NAME }}:ci
options: -e DATABASE_URL=postgresql+psycopg://postgres:postgres@postgres:5432/postgres
options: -v ${{ github.workspace }}:/work -e DATABASE_URL=postgresql+psycopg://postgres:postgres@postgres:5432/postgres
run: pytest --cov=teufa tests/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1