Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure cache for coverage.
Browse files Browse the repository at this point in the history
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
@@ -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': ~

0 comments on commit 5e97f04

Please sign in to comment.