Add coverage to the Global config entry as well

This commit is contained in:
Leandro Camargo 2016-11-20 00:05:49 -02:00
parent d0afc500e3
commit 9f97cc6515

View file

@ -33,8 +33,11 @@ module Gitlab
entry :cache, Entry::Cache,
description: 'Configure caching between build jobs.'
entry :coverage, Entry::Coverage,
description: 'Coverage configuration for this pipeline.'
helpers :before_script, :image, :services, :after_script,
:variables, :stages, :types, :cache, :jobs
:variables, :stages, :types, :cache, :coverage, :jobs
def compose!(_deps = nil)
super(self) do