Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabling coverage reports #11

Open
bbernstein opened this issue Apr 3, 2019 · 2 comments
Open

Enabling coverage reports #11

bbernstein opened this issue Apr 3, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@bbernstein
Copy link

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.

@bbernstein
Copy link
Author

Reference a post to JetBrains support:

Run with coverage is only enabled for supported test runners (Karma, Mocha, Jest, ...). Loading existing coverage reports generated externally is also not supported (https://youtrack.jetbrains.com/issue/WEB-10303).

Hoping this could be a supported test runner at some point.

Thanks for the great work so far!

@slackersoft
Copy link
Member

I don't know what it would take to become a "supported" test runner in IntelliJ. I would actually be fine if JetBrains wanted to make their own, or incorporate what is here into a supported test runner to lower the maintenance burden on the Jasmine team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants