summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-01-30 08:09:05 +0100
committerJoas Schilling <coding@schilljs.com>2024-01-30 08:09:05 +0100
commit7377186f22b32c65b6be4a32863c6dafb34c162c (patch)
tree81e6e2635296c81c22b3260a8f830f77f2c0fe9a
parentbc1bbed106b78b102aacee1c3d24e957ab6655fa (diff)
fix(coverage): Fix path selectiontechdebt/noid/codecov-behat
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--tests/integration/config/behat.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/integration/config/behat.yml b/tests/integration/config/behat.yml
index 33aaef42a..ecc7164f9 100644
--- a/tests/integration/config/behat.yml
+++ b/tests/integration/config/behat.yml
@@ -10,10 +10,21 @@ default:
filter:
include:
directories:
- 'src': '../../../lib'
+ '../../lib':
+ 'features/bootstrap':
reports:
clover:
target: '../../../clover.behat.xml'
+ html:
+ target: 'coverage'
+ lowUpperBound: 50
+ highLowerBound: 90
+ colors:
+ successLow: '#dff0d8'
+ successMedium: '#c3e3b5'
+ successHigh: '#99cb84'
+ warning: '#fcf8e3'
+ danger: '#f2dede'
autoload:
'': '%paths.base%/../features/bootstrap'
suites: