tests: fix coverage issues

This commit is contained in:
Sina Atalay
2024-12-08 19:43:19 -05:00
parent 0e735baf19
commit 8cb4850d35
3 changed files with 35 additions and 16 deletions

View File

@@ -57,7 +57,7 @@ jobs:
uses: pypa/hatch@install
- name: Test
run: hatch run coverage run -m pytest
run: hatch run test-and-report
- name: Rename the coverage file
run: mv .coverage .coverage.${{ matrix.python-version }}.${{ matrix.os }}