0.2.0 (2026-08-17)
⚠ BREAKING CHANGES
- codecov: announce every coverage report that states where it wrote; added a new method
CoverageReport::info()
Features
- codecov: add --coverage-level=line|branch|path (addbb76)
- codecov: announce every coverage report that states where it wrote; added a new method
CoverageReport::info()(509aa6f) - core: describe a run's time with a
RunTimingDTO instead of a bare duration (75c2472)