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
readme suggests to use cargo llvm-cov instead of cargo test
cargo llvm-cov
cargo test
but there is one difference cargo llvm-cov does not run doc-tests. I think this should be mentioned explicitly in readme.
BTW, I replaced cargo test with cargo llvm-cov in my CI, and wondering why it is not showing any errors in doc tests.
The text was updated successfully, but these errors were encountered:
readme says:
Support for doc tests. (this is currently optional and requires nightly, see #2 for more)
Sorry, something went wrong.
I saw it. But as a first time user, I jumped directly to Usage section. I guess most first time users do the same and don't realise this .
Usage
c5d3c43
Ok, I added a description about doctests in the "Usage" section as well. Thanks for the feedback.
No branches or pull requests
readme suggests to use
cargo llvm-cov
instead ofcargo test
but there is one difference
cargo llvm-cov
does not run doc-tests.I think this should be mentioned explicitly in readme.
BTW, I replaced
cargo test
withcargo llvm-cov
in my CI, and wondering why it is not showing any errors in doc tests.The text was updated successfully, but these errors were encountered: