From cf0b7e2efab00590767cfaaf3f5daad880402d52 Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Sun, 27 Oct 2024 18:08:15 +0100 Subject: [PATCH] only one coverage-data: the last one overwrite others --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d00f90ad..721a4b5d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -93,8 +93,9 @@ jobs: if: always() && matrix.session == 'tests' uses: actions/upload-artifact@v4.4.3 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 @@ -137,8 +138,7 @@ jobs: - name: Download coverage data uses: actions/download-artifact@v4.1.8 with: - name: coverage-data-* - merge-multiple: true + name: coverage-data - name: Combine coverage data and display human readable report run: |