Skip to content

Commit

Permalink
Fix --no-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Aug 14, 2020
1 parent dd74532 commit f1850b0
Showing 1 changed file with 5 additions and 0 deletions.
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 f1850b0

Please sign in to comment.