Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-06 11:43:03 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-05-06 11:43:03 +0300
commit75db0aacda6a2db06bfe221aaffb2aadf4846118 (patch)
tree6d9ba176aafbcc53571767cc4808191861f7ec6f
parentc28cf267275de5038f059242e03f3a716907df42 (diff)
parentc3266ed9a1aea8238ef6684d07636697f66d19ac (diff)
Merge branch 'smh-fix-coverage-key' into 'master'
Update test coverage artifact key See merge request gitlab-org/gitaly!4533
-rw-r--r--.gitlab-ci.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3aa32f29b..10525131e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -182,7 +182,9 @@ test:coverage:
- setpriv --reuid=9999 --regid=9999 --clear-groups --no-new-privs env HOME=/dev/null make cover SKIP_RSPEC_BUILD=YesPlease
artifacts:
reports:
- cobertura: _build/cover/cobertura.xml
+ coverage_report:
+ coverage_format: cobertura
+ path: _build/cover/cobertura.xml
test:pgbouncer:
<<: *test_definition