Skip to content

Commit

Permalink
fix(code-coverage): Fix artifact upload names
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Jul 19, 2024
1 parent e060477 commit cac2bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cac2bfd

Please sign in to comment.