Skip to content

No reports or PHPUnit coverage #147

@gubler

Description

@gubler

When I run phpdox 0.6.6 I have two problems:

1 - No information from the PHPUnit enricher

Next to all of my classes it just says UNTESTED. I have PHPUnit 4.1, and its code coverage xml files are in build/coverage/xml and the relevant portion on my phpdox.xml is

<enrich base="${basedir}/build">
    <source type="phpunit">
        <coverage path="coverage/xml" />
    </source>
</enrich>

I get no errors thrown when I run phpdox.

2 - Broken Reports link

The top navbar link for reports goes to an ungenerated file. I'm not sure what is supposed to be in that file, but neither a reports.html nor a reports/index.html are generated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions