File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -370,9 +370,11 @@ jobs:
370370 - ConfigParams
371371 - UnitTestingParams
372372 - UnitTesting
373+ - AppTesting
373374 if : success() || failure()
374375 with :
375376 testsuite-summary-name : ${{ needs.UnitTestingParams.outputs.package_fullname }}
377+ additional_merge_args : ' "--pytest=rewrite-dunder-init;reduce-depth:pytest.tests"'
376378 merged_junit_filename : ${{ fromJson(needs.ConfigParams.outputs.unittest_merged_report_xml).filename }}
377379 merged_junit_artifact : ${{ fromJson(needs.UnitTestingParams.outputs.artifact_names).unittesting_xml }}
378380 dorny : ${{ inputs.dorny }}
Original file line number Diff line number Diff line change 3232 type : string
3333 unittest_artifacts_pattern :
3434 required : false
35- default : ' *-UnitTestReportSummary -XML-*'
35+ default : ' *-*TestReportSummary -XML-*'
3636 type : string
3737 merged_junit_filename :
3838 description : ' Filename of the merged JUnit Test Summary.'
You can’t perform that action at this time.
0 commit comments