Skip to content

Ability to provide clover.xml location as input argument #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 14, 2014

Conversation

martinssipenko
Copy link
Contributor

#4

$config->addCloverXmlPath($rootDir . DIRECTORY_SEPARATOR . static::RELATIVE_PATH);
$this->setCloverPaths($paths);
foreach ($this->getCloverPaths() as $path) {
$config->addCloverXmlPath($rootDir . DIRECTORY_SEPARATOR . $path);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would either check here and handle absolute paths correctly, or document explicitly in the option help that it should be relative.

@pbrisbin
Copy link
Contributor

Thanks @martinssipenko. We did some shuffling of GH teams and I lost write access to this Repo. Once I get that straightened out, I'll merged this.

pbrisbin added a commit that referenced this pull request Jul 14, 2014
Ability to provide clover.xml location as input argument
@pbrisbin pbrisbin merged commit e37481d into codeclimate:master Jul 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants