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:
authorJohn Cai <jcai@gitlab.com>2022-05-10 22:42:28 +0300
committerJohn Cai <jcai@gitlab.com>2022-05-10 22:42:28 +0300
commit1df47c0cb8397643d55f7c2f6fff965969a57bea (patch)
treede584871ce87980890e3cb5ef5bf681d73c60d36
parent60a7383d965aa6a8e69aa2e33a84792cde486cd3 (diff)
gitlab-ci: Update cobertura artifact yaml keyjc-update-cobertura-yaml-key
In https://gitlab.com/gitlab-org/gitlab/-/commit/812408bafae328b81652110fc53c6c6b89e3db81#62c40d79aabcb1ce977904c9c748b08045ff0a85, a new format of the .gitlab-ci.yml is enforced. Change it to conform to the new format.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 10525131e..444f2769a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -182,7 +182,7 @@ test:coverage:
- setpriv --reuid=9999 --regid=9999 --clear-groups --no-new-privs env HOME=/dev/null make cover SKIP_RSPEC_BUILD=YesPlease
artifacts:
reports:
- coverage_report:
+ coverage_reports:
coverage_format: cobertura
path: _build/cover/cobertura.xml