Skip to content

Commit

Permalink
rename tests and expose coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 26, 2024
1 parent 3807690 commit 6b0a377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,11 @@ jobs:
if: success() || failure()
uses: actions/upload-artifact@v4
with:
name: test_results_${{ matrix.name }}
name: tests_${{ matrix.name }}
path: tmp/zqmr/t/junit/test-results.xml
- name: Publish code coverage results
if: startsWith(matrix.image.name, 'windows')
if: startsWith(matrix.image, 'windows')
uses: actions/upload-artifact@v4
with:
name: coverage_results_${{ matrix.name }}
name: coverage_${{ matrix.name }}
path: tmp/zqmr/t/coverage.xml

0 comments on commit 6b0a377

Please sign in to comment.