Skip to content

Commit e50bcb1

Browse files
committed
Fighting coverage merge
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 233a672 commit e50bcb1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,14 @@ jobs:
3030
3131
- name: Test with pytest
3232
run: |
33-
pytest -xvs tests/ --cov=arcsecond --cov-report=xml --cov-report=term
33+
pytest -xvs tests/ --cov=arcsecond --cov-report=xml
34+
mv .coverage .coverage.${{ matrix.python-version }}
3435
3536
- name: Upload coverage artifact
3637
uses: actions/upload-artifact@v4
3738
with:
3839
name: coverage-${{ matrix.python-version }}
39-
path: .coverage
40+
path: .coverage.${{ matrix.python-version }}
4041

4142
scan:
4243
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)