Would it be possible to enable the coverage features of the IDE? I add nyc to the command to get the coverage data output as lcov, but I have no way to look at it through the built-in coverage tools in RubyMine. It seems like there must be a flag of some sort to enable it as it seems to work with other testing plug-ins. Coverage is an important part of tests and it would be nice if it could also be enabled.
Would it be possible to enable the coverage features of the IDE? I add nyc to the command to get the coverage data output as lcov, but I have no way to look at it through the built-in coverage tools in RubyMine. It seems like there must be a flag of some sort to enable it as it seems to work with other testing plug-ins. Coverage is an important part of tests and it would be nice if it could also be enabled.