mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: fix path to JUnit and Cobertura reports
Currently, only expose Go Cobertura reports
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user