Skip to content

Commit 233a672

Browse files
committed
Fixing the merging of coverage
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 38dd713 commit 233a672

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
3131
- name: Test with pytest
3232
run: |
33-
pytest -xvs tests/ --cov=arcsecond --cov-report=xml:coverage-${{ matrix.python-version }}.xml
33+
pytest -xvs tests/ --cov=arcsecond --cov-report=xml --cov-report=term
3434
3535
- name: Upload coverage artifact
3636
uses: actions/upload-artifact@v4
3737
with:
3838
name: coverage-${{ matrix.python-version }}
39-
path: coverage-${{ matrix.python-version }}.xml
39+
path: .coverage
4040

4141
scan:
4242
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)