Skip to content

Commit

Permalink
asdfsadf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 26, 2024
1 parent a9dbb79 commit 6315e7d
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,13 +380,13 @@ jobs:
with:
name: coverage_${{ matrix.name }}
path: tmp/zqmr/t/coverage.xml
- name: Test report
- name: Test report ${{ matrix.name }}
if: always()
uses: dorny/test-reporter@v1
with:
name: Test Results
path: tmp/zqmr/t/junit/test-results.xml
reporter: junit
reporter: java-junit
- name: Upload coverage to Codecov
if: always()
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 6315e7d

Please sign in to comment.