We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58036c9 commit 8c9aa1eCopy full SHA for 8c9aa1e
.github/workflows/tests.yml
@@ -111,5 +111,4 @@ jobs:
111
if: always()
112
with:
113
check_name: "Test Summary"
114
- # NOTE: using trx_files instead of files due to https://github.com/EnricoMi/publish-unit-test-result-action/issues/424
115
- trx_files: "${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*.trx"
+ files: "${{ github.workspace }}/${{ env.COVERAGE_REPORT_DIRECTORY }}/**/*.trx"
0 commit comments