Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 896 Bytes

File metadata and controls

36 lines (22 loc) · 896 Bytes

CodeCoverage

Code coverage (Symfony 2) bundle for remote coverage collection.

Designed for use with the Behat code coverage extension.

Source

Github

Build Status

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

Code Coverage Extension

Copyright

Copyright (c) 2013 Anthon Pang. See LICENSE for details.

Credits