Commit de3b98e9 authored by Maxime Orefice's avatar Maxime Orefice

Rename code coverage analytics

This commit renames 2 sections on our group code coverage
analytics page.
parent d3796d5d
......@@ -61,7 +61,7 @@ export default {
{
key: 'projectCount',
value: this.projectCount,
label: s__('RepositoriesAnalytics|Projects with Tests'),
label: s__('RepositoriesAnalytics|Projects with Coverage'),
},
{
key: 'averageCoverage',
......@@ -72,7 +72,7 @@ export default {
{
key: 'coverageCount',
value: this.coverageCount,
label: s__('RepositoriesAnalytics|Total Number of Coverages'),
label: s__('RepositoriesAnalytics|Jobs with Coverage'),
},
];
},
......
---
title: Rename code coverage analytics sections
merge_request: 49931
author:
type: other
......@@ -23399,6 +23399,9 @@ msgstr ""
msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis."
msgstr ""
msgid "RepositoriesAnalytics|Jobs with Coverage"
msgstr ""
msgid "RepositoriesAnalytics|Last Update"
msgstr ""
......@@ -23411,7 +23414,7 @@ msgstr ""
msgid "RepositoriesAnalytics|Please select projects to display."
msgstr ""
msgid "RepositoriesAnalytics|Projects with Tests"
msgid "RepositoriesAnalytics|Projects with Coverage"
msgstr ""
msgid "RepositoriesAnalytics|Test Code Coverage"
......@@ -23420,9 +23423,6 @@ msgstr ""
msgid "RepositoriesAnalytics|There was an error fetching the projects."
msgstr ""
msgid "RepositoriesAnalytics|Total Number of Coverages"
msgstr ""
msgid "Repository"
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment