Skip to content

v0.10.41

Choose a tag to compare

@roxblnfk roxblnfk released this 17 Aug 12:58
fafa341

0.10.41 (2026-08-17)

Features

  • codecov: add --coverage-level=line|branch|path (addbb76)
  • core: describe a run's time with a RunTiming DTO instead of a bare duration (75c2472)
  • report: add a self-contained HTML report (#291) (d850a8c)
  • report: introduce ReportEvent and related classes for report generation events (83deaba)

Bug Fixes

  • codecov: keep the configured level when CLI report flags activate coverage (addbb76)
  • data: correctly bind non-static DataProvider methods to their instance (#289) (bab863d)

Documentation

  • report: add HTML report spec and document report format ids (4757b36)