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
Some code needs to have # pragma: no cover so that our coverage still shows as 100%. The reason is this code is executed in a subshell while testing (using pexpect) so coverage doesn't pick it up.
Some code needs to have
# pragma: no cover
so that our coverage still shows as 100%. The reason is this code is executed in a subshell while testing (usingpexpect
) so coverage doesn't pick it up.coverage.py supports measuring subprocess execution but I am too tired at the moment to figure it out: https://coverage.readthedocs.io/en/6.2/subprocess.html
The text was updated successfully, but these errors were encountered: