Skip to content
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

Added two options to correct file paths if they differ in the merged files #30

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LexxFedoroff
Copy link

Closes #24

# ./bin/phpunit-merger help coverage
Description:
  Merges multiple PHPUnit coverage php files into one

Usage:
  coverage [options] [--] <directory> [<file>]

Arguments:
  directory                            The directory containing PHPUnit coverage php files
  file                                 The file where to write the merged result. Default: Standard output

Options:
...
      --projectRoot=PROJECTROOT        The path to the project source code
      --fixRoot[=FIXROOT]              The root path that will be replaced with the project root path (multiple values allowed)

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.

Enhancement: Add option for project root
1 participant