This is a quick bug fix release for a regression that causes coverage report fail under certain circumstances.
Full Changelog
Changes
- Fixed the test suite on PyPy3.8 where
cloudpickle does not work. #892
- Fixed
coverage report for projects that use attrs and don't set a --source. #895, #896