Add pytest.xml to report artifacts list
This commit is contained in:
parent
81e499eb17
commit
dabd7eb84f
1 changed files with 4 additions and 1 deletions
|
@ -15,5 +15,8 @@ build:
|
|||
paths:
|
||||
- install
|
||||
- build/*/test_results/*/*.xunit.xml
|
||||
- build/*/pytest.xml
|
||||
reports:
|
||||
junit: build/*/test_results/*/*.xunit.xml
|
||||
junit:
|
||||
- build/*/test_results/*/*.xunit.xml
|
||||
- build/*/pytest.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue