workflows: fix test.yaml

This commit is contained in:
Sina Atalay
2024-09-07 19:02:00 -04:00
parent 8043c3aa74
commit 2123609ffd

View File

@@ -57,9 +57,10 @@ jobs:
uses: pypa/hatch@install
- name: Test
run: |
hatch run test:coverage run -m pytest
mv .coverage .coverage.${{ matrix.python-version }}.${{ matrix.os }}
run: hatch run test:coverage run -m pytest
- name: Rename the coverage file
run: mv .coverage .coverage.${{ matrix.python-version }}.${{ matrix.os }}
- name: Store coverage files
uses: actions/upload-artifact@v4