Skip to content

Commit

Permalink
aafaf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 26, 2024
1 parent 442cf46 commit 1d609c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ jobs:
with:
name: coverage_${{ matrix.name }}
path: tmp/zqmr/t/coverage.xml
- name: Test report ${{ matrix.name }}
- name: Test report
if: always()
uses: dorny/test-reporter@v1
with:
name: Test Results
name: TestRS ${{ matrix.name }}
path: tmp/zqmr/t/junit/test-results.xml
reporter: java-junit
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 1d609c5

Please sign in to comment.