Skip to content

codecov: v0.2.0

Choose a tag to compare

@roxblnfk roxblnfk released this 17 Aug 12:58
fafa341

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 RunTiming DTO instead of a bare duration (75c2472)

Bug Fixes

  • codecov: keep the configured level when CLI report flags activate coverage (addbb76)
  • report: update report type from 'phpunit-xml' to 'coverage-xml' (0b715e0)