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
Since we're currently not using any fancy way of combining coverage from multiple runs we have pragma: no cover on all version/platform-specific code. A better way of doing that would be to use https://pypi.org/project/coverage-conditional-plugin/
Since we're currently not using any fancy way of combining coverage from multiple runs we have
pragma: no cover
on all version/platform-specific code. A better way of doing that would be to use https://pypi.org/project/coverage-conditional-plugin/See python-trio/trio#3163
The text was updated successfully, but these errors were encountered: