From 1a7846d5ec3b1a2fd68b1a88f99806092f1107f9 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg <zegerjan@gitlab.com> Date: Mon, 27 Feb 2017 14:45:10 +0000 Subject: [PATCH] Show coverage on CI jobs --- verify_templates.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/verify_templates.rb b/verify_templates.rb index d64557f..63e6527 100644 --- a/verify_templates.rb +++ b/verify_templates.rb @@ -15,3 +15,7 @@ Dir.glob("#{File.dirname(__FILE__)}/**/*.yml").each do |file| exit(1) end end + +# Given we test all the templates, the coverage is 100%, always. To showcase +# how this is done, we print it here. +puts "Coverage: 100%" \ No newline at end of file -- GitLab