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

lcov coverage report flag launches browser #425

Closed
ahmadnassri opened this issue Feb 17, 2018 · 2 comments
Closed

lcov coverage report flag launches browser #425

ahmadnassri opened this issue Feb 17, 2018 · 2 comments

Comments

@ahmadnassri
Copy link
Contributor

when running tap with --coverage-report=lcov the browser is automatically opened to coverage/lcov-report/index.html.

this seems in conflict with the documentation on the website:

To specify a report format, you can use --coverage-report=. The default type is text, which produces a pretty text-only table on the terminal. If you specify --coverage-report=html, then tap will attempt to open a web browser to view the report after the test run.

@isaacs
Copy link
Member

isaacs commented Feb 18, 2018

lcov is the same as html. Maybe what you want is lcov-text?

Doc patch welcome.

@ahmadnassri
Copy link
Contributor Author

@isaacs gave the docs on this a bit of an update to help future readers: #435

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