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

Coverage is not fully produced for all files #20

Open
nathanosdev opened this issue Jul 17, 2016 · 1 comment
Open

Coverage is not fully produced for all files #20

nathanosdev opened this issue Jul 17, 2016 · 1 comment

Comments

@nathanosdev
Copy link

The coverage reporter only generates coverage for files with an associated spec file, which ruins the whole idea behind having a coverage tool. I've spent nearly my whole weekend trying to get this working and your repo has helped miles with this. But this lack of proper coverage and not being able to view the original source code are my only boxes left to tick with this. Any ideas with either of these?

@RecuencoJones
Copy link

This is not a direct solution but, by using Sonar with SonarTsPlugin you will get to see the coverage per all source files, even those not covered by your tests.

I tried it myself with a couple of libraries and it works well.

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

2 participants