wp-dev-lib icon indicating copy to clipboard operation
wp-dev-lib copied to clipboard

Don't assume the location of PHPUnit coverage reports

Open kasparsd opened this issue 5 years ago • 0 comments

In https://github.com/xwp/wp-dev-lib/blob/420f1bac828e105a19a904cab97d042891d4b84e/scripts/check-diff.sh#L804-L816 we pass $(coverage_clover) which is equal to --coverage-clover build/logs/clover.xml if can_generate_coverage_clover returns 1 which is the case whenever a Coveralls config file is found in the project root and coverage task is enabled.

kasparsd avatar Jun 26 '20 21:06 kasparsd