Skip to content
Snippets Groups Projects

Show coverage on CI jobs

Merged Zeger-Jan van de Weg requested to merge zj-coverage into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -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%"
Please register or sign in to reply
\ No newline at end of file
Loading