Skip to content

Releases: testparity/cli

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:56

Full Changelog: v1.2.1...v1.2.2

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Jul 07:52

Full Changelog: v1.2.0...v1.2.1

Parity v1.1.1

Choose a tag to compare

@marktopper marktopper released this 06 Jul 01:33

Patch release

  • Fixes the packaged VERSION file so parity --version reports v1.1.1 when installed from Packagist.
  • Includes the README badges and parity-coverage.json converter documentation currently on main.

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.