No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
697996b
... +8 ...
53fbc70
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
111 | 111 | : BASE_PATH . '/.solr', |
|
112 | 112 | 'remotepath' => Environment::getEnv('SOLR_REMOTE_PATH') |
|
113 | 113 | ? Environment::getEnv('SOLR_REMOTE_PATH') |
|
114 | - | : null |
|
114 | + | : null, |
|
115 | + | 'port' => Environment::getEnv('SOLR_INDEXSTORE_PORT') |
|
116 | + | ? Environment::getEnv('SOLR_INDEXSTORE_PORT') |
|
117 | + | : ( |
|
118 | + | Environment::getEnv('SOLR_PORT') |
|
119 | + | ? Environment::getEnv('SOLR_PORT') |
|
120 | + | : 8983 |
|
121 | + | ) |
|
115 | 122 | ] |
|
116 | 123 | ]; |
|
117 | 124 | } |
Learn more Showing 3 files with coverage changes found.
src/Extensions/CwpSearchBoostExtension.php
src/CwpSearchEngine.php
src/Extensions/SearchControllerExtension.php
Files | Complexity | Coverage |
---|---|---|
src | ø | 0.07% 22.58% |
Project Totals (12 files) | 109 | 22.58% |
53fbc70
bb80374
e401d69
0ee8a38
0951f3c
237a04a
7e8807c
aa6a833
6c29674
697996b