Merge branch 'add-pytest-reports' into 'master'
Add pytest.xml files to reports See merge request ros_tracing/ros2_tracing!31
This commit is contained in:
commit
cc69b63e58
1 changed files with 13 additions and 7 deletions
|
@ -20,8 +20,11 @@ before_script:
|
||||||
# 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
|
||||||
|
|
||||||
build_enabled:
|
build_enabled:
|
||||||
script:
|
script:
|
||||||
|
@ -31,5 +34,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