Open
Description
When we make "significant" refactorings or additions to the acceptance tests then we sometimes fail the project codecov by 0.01% - probably this is because we have added to the "total amount of code in the project" but have not increased the coverage visible to PHPunit.
Investigate what PHPunit codecov is including when it calculates "total amount of code in the project" and exclude test-only code from that.