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
e3f8f00b
Commit
e3f8f00b
authored
Dec 16, 2020
by
Maxime Orefice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix group code coverage csv
This commit fixes a bug to download the group code coverage data as a csv.
parent
d606041f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
app/finders/ci/daily_build_group_report_results_finder.rb
app/finders/ci/daily_build_group_report_results_finder.rb
+1
-1
ee/app/views/groups/analytics/repository_analytics/show.html.haml
...iews/groups/analytics/repository_analytics/show.html.haml
+1
-1
ee/changelogs/unreleased/mo-fix-group-code-coverage-csv.yml
ee/changelogs/unreleased/mo-fix-group-code-coverage-csv.yml
+5
-0
No files found.
app/finders/ci/daily_build_group_report_results_finder.rb
View file @
e3f8f00b
...
...
@@ -40,7 +40,7 @@ module Ci
date:
start_date
..
end_date
}
if
ref_path
if
ref_path
.
present?
params
[
:ref_path
]
=
ref_path
else
params
[
:default_branch
]
=
true
...
...
ee/app/views/groups/analytics/repository_analytics/show.html.haml
View file @
e3f8f00b
...
...
@@ -4,5 +4,5 @@
%h3
=
_
(
"Repositories Analytics"
)
#js-group-repository-analytics
{
data:
{
group_analytics_coverage_reports_path:
group_analytics_coverage_reports_path
(
@group
,
format: :csv
),
#js-group-repository-analytics
{
data:
{
group_analytics_coverage_reports_path:
group_analytics_coverage_reports_path
(
@group
,
format: :csv
,
ref_path:
""
),
group_full_path:
@group
.
full_path
}
}
ee/changelogs/unreleased/mo-fix-group-code-coverage-csv.yml
0 → 100644
View file @
e3f8f00b
---
title
:
Fix group code coverage data csv
merge_request
:
50155
author
:
type
:
fixed
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