Nexus Tachycardia v2.2.0
Major new features 馃帀
- Added two new renderers for the CI
- Gitlab
- Teamcity
- To use these, set the
ci-formatparameter in phpunit.xml.dist file
- Tested to run on PHPUnit 11.0
- Slow tests are collected for all runs (passed, failed, etc.)
- PHPT tests are also profiled
Added
- Bump version constraints of dependencies
- Run on PHP 8.3 for tests
- Extract
CreatesMessagetrait - Add gitlab and teamcity renderers
- Test on PHPUnit 11.0.x-dev
- Bump actions/cache from 3 to 4 (#14)
Changed
- Use github.ref_name for name
- Increase coverage
- Extract SlowTestIdentifier
- Rename subscribers to align with PHPUnit
- Collect all slow tests from all tests
- Include PHPT in slow test profiling
- Remove unneeded conditional returns
Full Changelog: v2.1.0...v2.2.0