Skip to content

Commit

Permalink
back to multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame committed Oct 27, 2024
1 parent 94ebbcc commit d167285
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ jobs:
if: always() && matrix.session == 'tests'
uses: actions/upload-artifact@v4
with:
name: coverage-data
name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
path: ".coverage.*"
overwrite: true
include-hidden-files: true
if-no-files-found: error

Expand Down Expand Up @@ -133,7 +132,9 @@ jobs:
- name: Download coverage data
uses: actions/download-artifact@v4
with:
name: coverage-data
path: coverage-data
pattern: coverage-data-*
merge-multiple: true

- name: Combine coverage data and display human readable report
run: |
Expand Down

0 comments on commit d167285

Please sign in to comment.