Skip to content
Snippets Groups Projects

Include coverage reports from child pipeline

All threads resolved!
3 files
+ 44
12
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -59,8 +59,15 @@ def check_feature_enabled!
def render_error(exception)
log_exception(exception)
render json: { errors: [s_('ZentaoIntegration|An error occurred while requesting data from the ZenTao service.')] },
status: :bad_request
respond_to do |format|
format.html do
render action_name
end
format.json do
render json: { errors: [s_('ZentaoIntegration|An error occurred while requesting data from the ZenTao service.')] },
status: :bad_request
end
end
end
end
end
Loading