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
mkdir coverage pytest --cov > coverage/lcov.info
Is this how I initalise this extension?
The text was updated successfully, but these errors were encountered:
Does pytest output a lcov version of the coverage? The extension only supports the lcov format.
pytest
Sorry, something went wrong.
@felipe1982 did you find any solution? I can see pytest --cov only generate xml or html or annotate
Looks like coverage.py can output lcov, now. And you should be able use coverage.py to run pytest tests.
coverage.py
nedbat/coveragepy#587 (comment)
No branches or pull requests
mkdir coverage
pytest --cov > coverage/lcov.info
Is this how I initalise this extension?
The text was updated successfully, but these errors were encountered: