grosser / single_cov

Actionable code coverage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System/Integration tests?

swrobel opened this issue · comments

First off, thanks for this gem (and everything else super high quality that you produce - I knew when I saw your name on this, my dreams of a lightweight Simplecov alternative had been answered).

For these types of tests that don't have an obvious file to tie coverage to, what do you propose to do? I think the integration/system subdirectories should just be ignored, but maybe I'm overlooking something. Ex from my output:

spec/system/dashboard_spec.rb: needs to use SingleCov.covered!

Yeah, actually just discovered SingleCov.not_covered! right after I posted this. Thanks for the quick reply!