Skip to content

Commit

Permalink
add coverage dependencis
Browse files Browse the repository at this point in the history
  • Loading branch information
quang-ng committed Nov 21, 2024
1 parent 0ea3f78 commit a5bd63d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: Install dependencies
run: |
pip install uv
pip install coverage
uv sync --all-extras
- name: Start Docker stack
Expand All @@ -44,7 +43,7 @@ jobs:
- name: Run tests with coverage
run: |
uv run coverage run -m pytest tests
uv run pytest tests
coverage report
coverage xml
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ dev = [
"types-beautifulsoup4",
"types-psycopg2",
]
ci = [
"coverage>=7.6.7",
]


[build-system]
Expand Down

0 comments on commit a5bd63d

Please sign in to comment.