Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
9e3643d3
Commit
9e3643d3
authored
Nov 04, 2020
by
Tomas Norre Mikkelsen
Browse files
[CI] Lower Mutation treshold
parent
50424e77
Pipeline
#9915
passed with stages
in 6 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9e3643d3
...
...
@@ -65,8 +65,9 @@ test:mutation:
-
mkdir $TYPO3_PATH_WEB/fileadmin/ && touch $TYPO3_PATH_WEB/fileadmin/currentcoredata.json
script
:
-
composer install --ignore-platform-reqs
-
./vendor/bin/infection --min-msi=1
1
--min-covered-msi=7
9
--threads=4
-
./vendor/bin/infection --min-msi=1
0
--min-covered-msi=7
5
--threads=4
artifacts
:
when
:
always
paths
:
-
build/infection-log.json
expire_in
:
30 min
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment