Skip to content

Commit

Permalink
chore: add test results report for pull requests (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmagro authored Jul 18, 2024
1 parent a183262 commit 6df4f03
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,11 @@ jobs:
min-coverage-changed-files: 70
title: Code Coverage ${{ inputs.gradle-module }}
update-comment: true
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
**/build/test-results/**/*.xml
**/build/test-results/**/*.trx
**/build/test-results/**/*.json

0 comments on commit 6df4f03

Please sign in to comment.