You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
It still writes No coverage information was collected, exit without writing coverage information to STDERR.
This breaks some of my use cases with instrumenting spawned child processes with istanbul because the child processes dont print this line when not instrumented.
Either istanbul should not write to stderr when --print none is set or it should respect a new --silent flag.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I spawn
instanbul cover --print none
It still writes
No coverage information was collected, exit without writing coverage information
to STDERR.This breaks some of my use cases with instrumenting spawned child processes with istanbul because the child processes dont print this line when not instrumented.
Either
istanbul
should not write to stderr when--print none
is set or it should respect a new--silent
flag.The text was updated successfully, but these errors were encountered: