Add pytest.xml files to reports
This commit is contained in:
parent
6bfa9ec3ea
commit
60e156bd8d
1 changed files with 4 additions and 1 deletions
|
@ -31,5 +31,8 @@ build_enabled:
|
||||||
paths:
|
paths:
|
||||||
- install
|
- install
|
||||||
- build/*/test_results/*/*.xunit.xml
|
- build/*/test_results/*/*.xunit.xml
|
||||||
|
- build/*/pytest.xml
|
||||||
reports:
|
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