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
Figure out how to combine coverage from the multiple h3.api.*.__init__.py files (since they are the same) instead of excluding 3 out of 4 of them to get coverage to pass.
I couldn't figure this out in my first attempt in #334
Figure out how to combine coverage from the multiple
h3.api.*.__init__.py
files (since they are the same) instead of excluding 3 out of 4 of them to get coverage to pass.I couldn't figure this out in my first attempt in #334
See: https://coverage.readthedocs.io/en/latest/cmd.html#re-mapping-paths
This might be easier to figure out using the raw
coverage
commands rather than throughpytest-cov
.The text was updated successfully, but these errors were encountered: