Skip to content

Commit

Permalink
only one coverage-data: the last one overwrite others
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame committed Oct 27, 2024
1 parent 343c6c8 commit cf0b7e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ jobs:
if: always() && matrix.session == 'tests'
uses: actions/[email protected]
with:
name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
name: coverage-data
path: ".coverage.*"
overwrite: true
include-hidden-files: true
if-no-files-found: error

Expand Down Expand Up @@ -137,8 +138,7 @@ jobs:
- name: Download coverage data
uses: actions/[email protected]
with:
name: coverage-data-*
merge-multiple: true
name: coverage-data

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

0 comments on commit cf0b7e2

Please sign in to comment.