From cac2bfd77d3b4a6fbf29f6a2c116c5299264f3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rasmus=20Skytte=20Randl=C3=B8v?= Date: Fri, 19 Jul 2024 12:46:54 +0200 Subject: [PATCH] fix(code-coverage): Fix artifact upload names --- .github/workflows/code-coverage.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code-coverage.yaml b/.github/workflows/code-coverage.yaml index 96f6521..3ff1a67 100644 --- a/.github/workflows/code-coverage.yaml +++ b/.github/workflows/code-coverage.yaml @@ -157,7 +157,7 @@ jobs: - name: Upload Coverage Report Artifact uses: actions/upload-artifact@v2 with: - name: coverage-${{ matrix.config.id }} + name: coverage-duckdb path: coverage_results.Rda - name: Show testthat output @@ -244,7 +244,7 @@ jobs: - name: Upload Coverage Report Artifact uses: actions/upload-artifact@v2 with: - name: coverage-${{ matrix.config.id }} + name: coverage-postgres path: coverage_results.Rda - name: Show testthat output @@ -364,7 +364,7 @@ jobs: - name: Upload Coverage Report Artifact uses: actions/upload-artifact@v2 with: - name: coverage-${{ matrix.config.id }} + name: coverage-sql-server path: coverage_results.Rda - name: Show testthat output