We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi,
when i run mvn jscover-file:jscover, the execution stops with the following output:
[INFO] --- jscover-file-maven-plugin:1.0.7:jscover (default-cli) @ <project_name> ---
executing it with -X, the execution lists the configuration and stops there.
I am trying to use jscover-file to show the coverage of jasmine tests.
What could be the issue here?
Thank you.
The text was updated successfully, but these errors were encountered:
Can you try executing with the -X option to reveal the underlying issue? Also, check if a jscover.log file has been produced.
-X
jscover.log
Sorry, something went wrong.
tntim96
No branches or pull requests
hi,
when i run mvn jscover-file:jscover, the execution stops with the following output:
[INFO] --- jscover-file-maven-plugin:1.0.7:jscover (default-cli) @ <project_name> ---
executing it with -X, the execution lists the configuration and stops there.
I am trying to use jscover-file to show the coverage of jasmine tests.
What could be the issue here?
Thank you.
The text was updated successfully, but these errors were encountered: