From 5e97f04ec9a46bc26f503f40112ba5ebc2d4bedc Mon Sep 17 00:00:00 2001 From: Richard Gaunt Date: Fri, 15 Mar 2024 16:14:38 +1100 Subject: [PATCH] Configure cache for coverage. --- behat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/behat.yml b/behat.yml index e0ce65b16..a7aa64f25 100644 --- a/behat.yml +++ b/behat.yml @@ -52,10 +52,11 @@ default: # Show explicit fail information and continue the test run. DrevOps\BehatFormatProgressFail\FormatExtension: ~ DVDoug\Behat\CodeCoverage\Extension: + cache: '/tmp/behat_code_coverage_cache' branchAndPathCoverage: false # The processUncoveredFiles setting has been removed in php-code-coverage v10.0.0. - includeUncoveredFiles: true filter: + includeUncoveredFiles: true include: directories: 'web/modules/custom': ~