From 0688551b0d2a46f05c8f83b164e767b399e57ab0 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 7 Jan 2025 19:13:35 +0000 Subject: [PATCH] fix varying coverage 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 75e2582..3dec878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - run: uv run coverage run -m pytest working-directory: cli env: - COVERAGE_FILE: ../coverage/.coverage.${{ runner.os }}-py${{ matrix.python-version }} + COVERAGE_FILE: ../coverage/.coverage.${{ matrix.os }}-py${{ matrix.python-version }} - name: store coverage files uses: actions/upload-artifact@v4