Skip to content

Commit

Permalink
Backport --no-coverage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Sep 13, 2021
1 parent dd8ea4a commit 3bd98bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [5.0.1] - 2021-09-13
### Fixed
- Make the `--no-coverage` option work again

## [5.0.0] - 2020-08-07
### Added
- Compatibility with `phpunit/php-code-coverage` v9. Branch and path coverage is automatically enabled when running under Xdebug. For more information on this feature, see https://doug.codes/php-code-coverage
Expand Down Expand Up @@ -42,7 +46,9 @@
- Support for Symfony components older than `<3.4`
- Support for HHVM

[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v4.1.1...master
[Unreleased]: https://github.com/dvdoug/behat-code-coverage/compare/v5.0.1...master
[5.0.1]: https://github.com/dvdoug/behat-code-coverage/compare/v5.0.0...v5.0.1
[5.0.0]: https://github.com/dvdoug/behat-code-coverage/compare/v4.1.1...v5.0.0
[4.1.1]: https://github.com/dvdoug/behat-code-coverage/compare/v4.1.0...v4.1.1
[4.1.0]: https://github.com/dvdoug/behat-code-coverage/compare/v4.0.1...v4.1.0
[4.0.1]: https://github.com/dvdoug/behat-code-coverage/compare/v4.0.0...v4.0.1
Expand Down
5 changes: 5 additions & 0 deletions src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@
<service id="DVDoug\Behat\CodeCoverage\Subscriber\EventSubscriber">
<tag name="event_dispatcher.subscriber"/>
</service>

<service id="DVDoug\Behat\CodeCoverage\Controller\Cli\CodeCoverageController">
<tag name="cli.controller"/>
</service>

</services>
</container>

0 comments on commit 3bd98bd

Please sign in to comment.