Skip to content
Snippets Groups Projects
Commit fa3f8f28 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Merge branch 'zj-coverage' into 'master'

Show coverage on CI jobs

See merge request !55
parents 06fffe14 1a7846d5
No related branches found
No related tags found
1 merge request!55Show coverage on CI jobs
Pipeline #
Loading
Loading
@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment