Skip to content

Commit

Permalink
Configure cache for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgaunt committed Mar 15, 2024
1 parent 6de11a1 commit 5e97f04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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': ~
Expand Down

0 comments on commit 5e97f04

Please sign in to comment.