Skip to content

Commit

Permalink
build: fix path to JUnit and Cobertura reports
Browse files Browse the repository at this point in the history
Currently, only expose Go Cobertura reports
  • Loading branch information
vincentbernat committed Oct 16, 2022
1 parent e63b7ab commit d7b71d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitlab-ci.yml
Expand Up @@ -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"
Expand Down

0 comments on commit d7b71d5

Please sign in to comment.