add codecov.io to travis build for code-coverage stats - yay

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-06-17 14:11:40 +02:00
parent a07a9e6a88
commit 6e41c0ad2c
2 changed files with 5 additions and 23 deletions

View File

@@ -110,7 +110,6 @@ class Store
*/
public static function storeSettingDefaultTheme($fieldname, $fielddata, $newfieldvalue)
{
// first save the setting itself
$returnvalue = self::storeSettingField($fieldname, $fielddata, $newfieldvalue);