Commit 8c03e9e7 authored by drew cimino's avatar drew cimino

Splat a hash into kwargs for coverage reports finding

parent 22cedbd9
......@@ -32,7 +32,7 @@ class Groups::Analytics::CoverageReportsController < Groups::Analytics::Applicat
end
def report_results
Ci::DailyBuildGroupReportResultsByGroupFinder.new(finder_params).execute
Ci::DailyBuildGroupReportResultsByGroupFinder.new(**finder_params).execute
end
def finder_params
......
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