Skip to content

Parity v1.1.0

Choose a tag to compare

@marktopper marktopper released this 06 Jul 01:30

Highlights

  • Published Parity on Packagist as testparity/parity.
  • Added parity-coverage.json, a language-neutral per-test attribution format.
  • Added docs for why global coverage can hide weak matching tests.
  • Published public sample repositories for PHP, Laravel, TypeScript, AdonisJS, Rust, PHPUnit, Pest, Jest, Mocha, Vitest, and Cargo.
  • Updated sample CI to install Parity from Packagist and prove per-file matched coverage.

Install

composer global require testparity/parity

Verification

  • CLI CI is green.
  • Website deployment is green.
  • All public sample CI runs are green.