- Made library compatible with XP 11 - @thekid
- Migrate test suite from Travis CI to GitHub Actions - @thekid
- Removed workaround for sebastianbergmann/php-code-coverage#820 after it has been fixed there. (@thekid)
- Merged PR #10: Upgrade phpunit/php-code-coverage to version 9.0+. This makes this library compatible with PHP 8 (see #9), while also keeping support for PHP 7.0, 7.1 and 7.2 by supporting older library versions. (@thekid)
- Made compatible with XP 10 - @thekid
- Made compatible with
phpunit/php-code-coverage
version 8.0 - @thekid
- Merged PR #8: Adapt to new unittest listener API - @thekid
- Added compatibility with PHP 7.3 and PHP 7.4 - @thekid
- Made compatible with
phpunit/php-code-coverage
version 7.0 - @thekid
- Fixed class loading errors in global installation - @thekid
- Merged PR #4: Coverage details
- Merged PR #3: Fix test display - @OlafSeng
- Merged PR #2: Add coverage metrics to unittest results - @OlafSeng
- Merged PR #1: Add "coverage" subcommand - @OlafSeng
- Hello World! First release - @OlafSeng