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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2.1.6 (2018-05-15)
Features
Added ability to compute coverage for a given container to the client and
server.
Added coverage method to container manager: acts as an alias for the
coverage method in the coverage manager.
Added extra logging statements across the codebase.
Bug Fixes
Fixed compatibility breaking bug that was caused by attempting to import
NoReturn from the typing module. Added a workaround to attempt to import
NoReturn from mypy_extensions if it isn't found in typing.