From c05bea7819cec8416fba43488d639746400fc518 Mon Sep 17 00:00:00 2001 From: Wes Warriner Date: Mon, 28 Oct 2024 16:41:07 -0700 Subject: [PATCH] ensure each python version tests coverage report gets unique name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f03cd3ea..4a9e6e23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: - name: Upload Coverage Report uses: actions/upload-artifact@v4 with: - name: coverage-report + name: coverage-report-${{ matrix.python-version }} path: coverage.xml build: