build: fix path to JUnit and Cobertura reports

Currently, only expose Go Cobertura reports
This commit is contained in:
Vincent Bernat
2022-10-16 08:37:27 +02:00
parent e63b7ab100
commit d7b71d587b

View File

@@ -47,10 +47,12 @@ run tests:
coverage: '/Code coverage: [0-9.]+/'
artifacts:
reports:
junit: test/tests.xml
junit:
- test/go/tests.xml
- test/js/tests.xml
coverage_report:
coverage_format: cobertura
path: test/coverage.xml
path: test/go/coverage.xml
# To execute manually:
# gitlab-runner exec docker "run tests"