Skip to content

Commit 9fba16c

Browse files
Copilotdevstress
andcommitted
Add aggregated test results reporting - rename to "FlinkDotNet Aggregated Test & Coverage Report"
Co-authored-by: devstress <30769729+devstress@users.noreply.github.com>
1 parent 0806326 commit 9fba16c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,12 @@ jobs:
207207
FlinkDotNet/TestResults/**/*.trx
208208
retention-days: 7
209209

210+
- name: Publish test results report
211+
if: always()
212+
uses: dorny/test-reporter@v1
213+
with:
214+
name: FlinkDotNet Aggregated Test & Coverage Report
215+
path: 'FlinkDotNet/TestResults/**/*.trx'
216+
reporter: 'dotnet-trx'
217+
fail-on-error: false
218+

0 commit comments

Comments
 (0)