Read more

How to enable template coverage support for simplecov

Felix Eschey
March 29, 2023Software engineer at makandra GmbH

Since Ruby 3.2.0 Show archive.org snapshot you can measure coverage support for eval statements and support has been added for the simplecov gem as well Show archive.org snapshot .

Illustration money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
Read more Show archive.org snapshot

This allows to track coverage across ruby templates such as haml, erb, ...

Simply set this within simplecov

SimpleCov.start do
  enable_coverage_for_eval
end
Posted by Felix Eschey to makandra dev (2023-03-29 11:05)