Skip to content

Commit

Permalink
Run test:cov to have a coverage report output
Browse files Browse the repository at this point in the history
  • Loading branch information
mpangrazzi committed Dec 19, 2024
1 parent 087e7d2 commit e0d0f30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
- name: Install Hatch
run: pip install hatch==${{ env.HATCH_VERSION }}

- name: Run unit and integration tests
run: hatch run test:all
- name: Run tests and generate coverage report
run: hatch run test:cov
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ cov-report = [
"coverage report",
]
cov = [
"test-cov",
"all-cov",
"cov-report",
]

Expand Down

0 comments on commit e0d0f30

Please sign in to comment.