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
|
@ -16,12 +16,15 @@ before_script:
|
|||
# script:
|
||||
# - colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||
# - colcon test --packages-select $PACKAGES_LIST
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - install
|
||||
# - build/*/test_results/*/*.xunit.xml
|
||||
# reports:
|
||||
# junit: build/*/test_results/*/*.xunit.xml
|
||||
# artifacts:
|
||||
# paths:
|
||||
# - install
|
||||
# - build/*/test_results/*/*.xunit.xml
|
||||
# - build/*/pytest.xml
|
||||
# reports:
|
||||
# junit:
|
||||
# - build/*/test_results/*/*.xunit.xml
|
||||
# - build/*/pytest.xml
|
||||
|
||||
build_enabled:
|
||||
script:
|
||||
|
@ -31,5 +34,8 @@ build_enabled:
|
|||
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