Run `arc unit --coverage` in a setup where the unit test for the class
`src/foo.php` is stored in the folder `tests/Unit/foo.php`. There should be no
coverage report. Now add the configuration option to the `.arcconfig`
```
{
"phpunit_test_dirs" : [ "tests/Unit" ]
}
```
and run `arc unit --coverage` again.