mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Updated usage of pyedaa-reports.
This commit is contained in:
4
.github/workflows/PublishTestResults.yml
vendored
4
.github/workflows/PublishTestResults.yml
vendored
@@ -33,7 +33,7 @@ on:
|
|||||||
additional_merge_args:
|
additional_merge_args:
|
||||||
description: 'Additional merging arguments.'
|
description: 'Additional merging arguments.'
|
||||||
required: false
|
required: false
|
||||||
default: '--pytest "pytest.tests.unit"'
|
default: '"--pytest=rewrite-dunder-init;reduce-depth:pytest.tests.unit"'
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -63,7 +63,7 @@ jobs:
|
|||||||
|
|
||||||
- name: 🔁 Merge JUnit Unit Test Summaries
|
- name: 🔁 Merge JUnit Unit Test Summaries
|
||||||
run: |
|
run: |
|
||||||
pyedaa-reports merge-unittest ${{ inputs.additional_merge_args }} --junit "junit/*.xml"
|
pyedaa-reports -v unittest "--merge=pytest-junit:junit/*.xml" ${{ inputs.additional_merge_args }} "--output=ant-junit:Unittesting.xml"
|
||||||
echo "cat Unittesting.xml"
|
echo "cat Unittesting.xml"
|
||||||
cat Unittesting.xml
|
cat Unittesting.xml
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user