Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
de3b98e9
Commit
de3b98e9
authored
Dec 14, 2020
by
Maxime Orefice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename code coverage analytics
This commit renames 2 sections on our group code coverage analytics page.
parent
d3796d5d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
ee/app/assets/javascripts/analytics/repository_analytics/components/test_coverage_summary.vue
...repository_analytics/components/test_coverage_summary.vue
+2
-2
ee/changelogs/unreleased/mo-rename-code-coverage-analytics.yml
...angelogs/unreleased/mo-rename-code-coverage-analytics.yml
+5
-0
locale/gitlab.pot
locale/gitlab.pot
+4
-4
No files found.
ee/app/assets/javascripts/analytics/repository_analytics/components/test_coverage_summary.vue
View file @
de3b98e9
...
...
@@ -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
'
),
},
];
},
...
...
ee/changelogs/unreleased/mo-rename-code-coverage-analytics.yml
0 → 100644
View file @
de3b98e9
---
title
:
Rename code coverage analytics sections
merge_request
:
49931
author
:
type
:
other
locale/gitlab.pot
View file @
de3b98e9
...
...
@@ -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 ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment