From 89c6d9c092a88f011b1d60a131e4778485da0477 Mon Sep 17 00:00:00 2001 From: ljnsn Date: Thu, 7 Mar 2024 01:23:27 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20fix=20cov=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pythonpackage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index b2d65b0..8efa1ab 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -64,7 +64,7 @@ jobs: - name: Archive code coverage results uses: actions/upload-artifact@v3 with: - name: coverage-${{ matrix.package }}-${{ matrix.python-version }} + name: coverage-${{ matrix.platform }}-${{ matrix.python-version }} path: reports/.coverage upload-coverage: