Skip to content
Snippets Groups Projects

Include coverage reports from child pipeline

All threads resolved!
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -42,7 +42,7 @@ def report_builds
@@ -42,7 +42,7 @@ def report_builds
end
end
def child_pipeline_feature_enabled?
def child_pipeline_feature_enabled?
Feature.enabled?(:ci_child_pipeline_coverage_reports)
Feature.enabled?(:ci_child_pipeline_coverage_reports, @pipeline.project)
end
end
end
end
end
end
Loading