Skip to content

test-cli v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Jul 10:32

test-cli v0.4.0

Standardized test & coverage reports for python, typescript, go, rust, c#, java.

Changes

  • release: prepare test-cli v0.4.0 (d10ec66)
  • fix(analysis): reduce test-mapping false positives across languages (b7bae90)
  • fix(analysis): map Go sources to same-package tests (47ac5df)
  • feat(analysis): mapping findings and skill docs (31994fb)
  • feat(analysis): test-source mapping and assertion density (dfb5a5c)
  • feat(report): risk hotspot rendering and churn window config (45a2fdf)
  • feat(analysis): risk-weighted coverage analysis (9bcfe2a)
  • feat(model): additive risk and test-mapping types (e4418cc)
  • docs: add risk & test-mapping implementation plan (d3f601f)
  • docs: add risk-weighted coverage & test mapping design spec (987d484)

Install

curl -fsSL https://raw.githubusercontent.com/jhl-labs/test-cli/main/scripts/install.sh | VERSION=v0.4.0 bash