Skip to content

Commit

Permalink
fix coverage-data id
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentame committed Oct 27, 2024
1 parent 660eb13 commit 343c6c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,12 @@ jobs:
- run: ls -la
if: matrix.os != 'windows-latest'

- run: "echo '### MATRIX_ID : ${{ env.MATRIX_ID }}'"

- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: actions/[email protected]
with:
name: coverage-data-${{ env.MATRIX_ID }}
name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
path: ".coverage.*"
include-hidden-files: true
if-no-files-found: error
Expand Down

0 comments on commit 343c6c8

Please sign in to comment.