vipsoft / code-coverage-bundle
Remote code coverage collector
2.5.0.4
2021-01-26 01:41 UTC
Requires
- php: >=5.3.10
- symfony/config: ~2.2
- symfony/dependency-injection: ~2.2
- symfony/http-foundation: ~2.2
- symfony/http-kernel: ~2.2
- vipsoft/code-coverage-common: 2.5.0
Requires (Dev)
- mikey179/vfsstream: 1.2.*
- phpunit/phpunit: 3.7.*
README
Code coverage (Symfony 2) bundle for remote coverage collection.
Designed for use with the Behat code coverage extension.
Source
Configuration
The bundle stores code coverage in the cache folder using SQLite. The default database file name is "code_coverage.dbf".
vipsoft_codecoverage:
default: sql
sql:
database: code_coverage.dbf
See Also
Copyright
Copyright (c) 2013 Anthon Pang. See LICENSE for details.