Skip to content

Commit

Permalink
beautify check names for test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrahner committed Apr 16, 2024
1 parent 3dc97a1 commit 17936c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
check_name: "Test Report (${{ matrix.python-version }})"
report_paths: 'junit/test-results.xml'
detailed_summary: true
include_passed: true
1 change: 1 addition & 0 deletions .github/workflows/linting-for-all-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
uses: mikepenz/action-junit-report@v4
if: success() || failure()
with:
check_name: "Test Report (${{ matrix.python-version }})"
report_paths: 'junit/test-results.xml'
detailed_summary: true
include_passed: true

0 comments on commit 17936c5

Please sign in to comment.