Previously, views weren't being coverage tested. This has resulted in substantial missed coverage in the views. As of this commit, coverage including view coverage is at: ``` Line Coverage: 99.25% (11051 / 11135) Branch Coverage: 96.72% (2801 / 2896) ``` View coverage works by writing the compiled template files to the filesystem, and then loading them normally. So when you look at the view coverage to determine what needs to be covered, you are looking at the compiled Ruby code instead of the ERB code.
1.3 KiB
1.3 KiB