From d50547e50c739596e8a873edab0fa709739e33bb Mon Sep 17 00:00:00 2001 From: Scott Shambaugh <14363975+scottshambaugh@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:44:06 +0000 Subject: [PATCH] fix codecov collision --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5a4cdc3..f42567a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -73,5 +73,5 @@ jobs: - name: Archive code coverage results uses: actions/upload-artifact@v4 with: - name: code-coverage-report + name: code-coverage-report-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('**/poetry.lock') }} path: htmlcov