Skip to content

Commit e3fa2db

Browse files
committed
Fix GitHub Actions workflow to use correct hatch cov command
1 parent f76e8aa commit e3fa2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
pip install hatch
2727
- name: Run tests
2828
run: |
29-
hatch run test:test
29+
hatch run cov

0 commit comments

Comments
 (0)