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

Code coverage #175

Closed
probert94 opened this issue May 12, 2017 · 0 comments
Closed

Code coverage #175

probert94 opened this issue May 12, 2017 · 0 comments

Comments

@probert94
Copy link
Contributor

As requested in angelozerr/angular-eclipse#27, the plugin should be able to show code coverage results of karam tests.
I had a quick look at it and it seems like we have the following possibilities:

  • Use the json reporter, which creates a coverage.json file, containing all needed informations. Here is a documentation on the format.
  • Use the Public API and use the karma-coverage in-memory reporter

Then we could take a look at EclEmma source code. EclEmma is a code coverage plugin for eclipse, which colors the codelines, depending on the coverage result.
So we could take this as a reference implementation of the view in Eclipse.

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

No branches or pull requests

1 participant