Commit a8c13759 authored by Lukas Eipert's avatar Lukas Eipert

Resolve conflicts in app/serializers/build_details_entity.rb

parent 36cb8d58
# frozen_string_literal: true
class BuildDetailsEntity < JobEntity
<<<<<<< HEAD
prepend ::EE::BuildDetailEntity
=======
>>>>>>> upstream/master
expose :coverage, :erased_at, :duration
expose :tag_list, as: :tags
expose :has_trace?, as: :has_trace
......
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