Releases: testparity/cli
Releases · testparity/cli
Release list
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Parity v1.1.1
Patch release
- Fixes the packaged
VERSIONfile soparity --versionreportsv1.1.1when installed from Packagist. - Includes the README badges and
parity-coverage.jsonconverter documentation currently onmain.
Parity v1.1.0
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/parityVerification
- CLI CI is green.
- Website deployment is green.
- All public sample CI runs are green.