-
Notifications
You must be signed in to change notification settings - Fork 12k
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 Doesn't print to log #3602
Comments
You would need to add this to the Karma configuration file yourself. I don't think this should be a standard thing that's forced on everyone. |
Would be nice to see it as an optional command line flag. |
Yes I agree:
This seems to be a pretty integral part of code coverage reporting and is something I definitely feel should be an option in this cli. |
I also attempted to modify my karma-conf to make it error out and it did not work because the CLI does not pass the proper configs down. See this issue. |
For the time being you can add
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
Repro steps.
The log given by the failure.
Mention any other details that might be useful.
There isn't any Code Coverage info printed in the log? Although a coverage dir is created in the project root.
The text was updated successfully, but these errors were encountered: