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

feat: unit test should generate some code coverage feedback #4055

Closed
thaiat opened this issue Jul 8, 2015 · 0 comments
Closed

feat: unit test should generate some code coverage feedback #4055

thaiat opened this issue Jul 8, 2015 · 0 comments

Comments

@thaiat
Copy link

thaiat commented Jul 8, 2015

Type: feat

Platform: all

I made a small PR that uses istanbul to generate code coverage from karma
The is usefull when you are developping a new feature, just to be able to see if you have enough unit test

The end result is both in the console after a gulp karma:
istanbul1

as well as in the folder coverage (ignored in .gitignore) where you can see the istanbul web page:

istanbul2

@thaiat thaiat changed the title feat(coverage): unit test should generate some code coverage feedback feat: feat(coverage): unit test should generate some code coverage feedback Jul 8, 2015
thaiat added a commit to thaiat/ionic that referenced this issue Jul 8, 2015
thaiat added a commit to thaiat/ionic that referenced this issue Jul 8, 2015
@thaiat thaiat changed the title feat: feat(coverage): unit test should generate some code coverage feedback feat: unit test should generate some code coverage feedback Jul 8, 2015
@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant