Skip to content

Commit

Permalink
update ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
quang-ng committed Nov 21, 2024
1 parent e47c7df commit 7762f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
run: |
pip install uv
uv sync --all-extras
pip install coverage
pip install coverage pytest
- name: Start Docker stack
run: |
cp .mockenv .env
docker compose -f .docker/postgres-compose.yaml up -d
- name: Run tests with uv
- name: Run tests with coverage
run: |
uv run pytest tests
coverage run -m pytest tests
coverage report
coverage xml
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ _version.py
pdfs/*
test-pdf/*.pdf
dsst_etl.egg-info/*
uv.lock
uv.lock
.coverage

0 comments on commit 7762f2a

Please sign in to comment.