Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Behat Code Coverage

Ethan Mallove edited this page Jul 6, 2017 · 15 revisions

OpenScholar Test Coverage

Running our behat tests with xdebug trace turned on (xdebug.auto_trace=1) outputs about 30 GBs of trace files. We can analyze this data to determine which files and functions our regular tests cover (we can't unfortunately, glean line-by-line information this way).

File Coverage

[to be completed]

Function Coverage

[to be completed]

Clone this wiki locally