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,
If there is a failing test, I expected cargo kcov --no-fail-fast to generate a coverage report anyway. However instead it reports
cargo kcov --no-fail-fast
error: failed to get coverage caused by: exit code: 101
and does not generate a coverage report.
I think if --no-fail-fast is specified, the return code from kcov should be ignored in Cmd::run_kcov.
--no-fail-fast
kcov
Cmd::run_kcov
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
If there is a failing test, I expected
cargo kcov --no-fail-fast
to generate a coverage report anyway. However instead it reportsand does not generate a coverage report.
I think if
--no-fail-fast
is specified, the return code fromkcov
should be ignored inCmd::run_kcov
.The text was updated successfully, but these errors were encountered: