Files
ubicloud/.rubocop.yml
Jeremy Evans 23deeb7093 Add coverage testing of views
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.
2025-01-14 09:04:22 -08:00

1.3 KiB