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

--no-fail-fast has no effect #16

Open
kw217 opened this issue Jun 19, 2017 · 0 comments
Open

--no-fail-fast has no effect #16

kw217 opened this issue Jun 19, 2017 · 0 comments

Comments

@kw217
Copy link

kw217 commented Jun 19, 2017

Hi,

If there is a failing test, I expected cargo kcov --no-fail-fast to generate a coverage report anyway. However instead it reports

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.

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

1 participant