Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Feb 4, 2023
1 parent 321aea1 commit 01096a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased] - 2022-xx-xx
## [Unreleased] - 2023-xx-xx

## [5.3.0] - 2023-02-04
### Added
- Compatibility with `phpunit/php-code-coverage` v10.
- Added `colors` and `customCSSFile` options to HTML report configuration
Expand Down Expand Up @@ -84,8 +86,9 @@
- Support for Symfony components older than `<3.4`
- Support for HHVM

[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2...master
[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.3.0...master

[5.3.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.2...v5.3.0
[5.2.2]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.1...v5.2.2
[5.2.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.2.0...v5.2.1
[5.2.0]: https://github.com/dvdoug/behat-code-coverage/compare/v5.1.1...v5.2.0
Expand Down
5 changes: 2 additions & 3 deletions docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ Settings are configured in your project's ``behat.yml`` or ``behat.yml.dist``.

Driver
------
In order to generate code coverage data, you must have a code coverage driver installed - using either Xdebug or the
PCOV extensions is recommended, although you can also make use of PHP's built in PHPDBG. Drivers are detected at runtime,
they do not need to be configured.
In order to generate code coverage data, you must have a code coverage driver installed - you may use either Xdebug or
the PCOV extension. Drivers are detected at runtime, they do not need to be configured.

Filter
------
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ raised. Fixes for any subsequently discovered bugs will be backported as appropr
+---------------------+--------+-------------------+------------+--------------------------+
| Behat Code Coverage | Behat | php-code-coverage | PHPUnit | Notes |
+=====================+========+===================+============+==========================+
| 5.3 | 3.8.1+ | 9.2+, 10 | 9.5.5+, 10 | Not yet released |
| 5.3 | 3.10+ | 9.2+, 10 | 9.5.5+, 10 | |
+---------------------+--------+-------------------+------------+--------------------------+
| 5.2 | 3.5+ | 9.2+ | 9.4+ | Cobertura format support |
+---------------------+--------+-------------------+------------+--------------------------+
Expand Down

0 comments on commit 01096a0

Please sign in to comment.