From 080de7bd56d53881e8811506c3853cd6f0a6fc61 Mon Sep 17 00:00:00 2001 From: Steve Robbins Date: Wed, 31 Oct 2018 12:38:00 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43773fd..830dd6a 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Mage Scan [![Master Build Status](https://img.shields.io/travis/steverobbins/magescan/master.svg?style=flat-square)](https://travis-ci.org/steverobbins/magescan) [![Master Code Quality](https://img.shields.io/scrutinizer/g/steverobbins/magescan/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/steverobbins/magescan/?branch=master) -[![Master Code Coverage](https://img.shields.io/coveralls/steverobbins/magescan/master.svg?style=flat-square)](https://coveralls.io/r/steverobbins/magescan?branch=master) +[![Master Code Coverage](https://codecov.io/gh/steverobbins/magescan/branch/master/graph/badge.svg)](https://codecov.io/gh/steverobbins/magescan) [![Latest Stable Version](https://img.shields.io/packagist/v/steverobbins/magescan.svg?style=flat-square)](https://packagist.org/packages/steverobbins/magescan) [![Master Dependancies](https://www.versioneye.com/user/projects/55e4bfec8c0f62001c000052/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/55e4bfec8c0f62001c000052) From 481f71e568731526f765e7751edebb80522322f4 Mon Sep 17 00:00:00 2001 From: Max Chadwick Date: Thu, 13 Dec 2018 22:00:19 -0500 Subject: [PATCH 2/3] Add Webgility --- src/MageScan/config/module.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MageScan/config/module.json b/src/MageScan/config/module.json index 95fc6ca..5095492 100644 --- a/src/MageScan/config/module.json +++ b/src/MageScan/config/module.json @@ -37,5 +37,6 @@ "skin\/frontend\/base\/default\/turnkeye\/testimonial\/css\/testimonial.css": "Turnkeye_Testimonial", "skin\/frontend\/base\/default\/wordpress\/styles.css": "FishPig_WordPress", "skin\/frontend\/default\/default\/css\/magebuzz\/youtubevideo.css": "Magebuzz_Youtubevideo", - "skin\/frontend\/rwd\/default\/relatedproducts\/css\/styles.css": "AW_Relatedproducts" + "skin\/frontend\/rwd\/default\/relatedproducts\/css\/styles.css": "AW_Relatedproducts", + "webgility/webgility-magento.php": "Webgility" } From 4c2ffd1e939a97b591aa941fdd1f5c4f94f959a5 Mon Sep 17 00:00:00 2001 From: Max Chadwick Date: Thu, 13 Dec 2018 22:04:28 -0500 Subject: [PATCH 3/3] Add \ --- src/MageScan/config/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MageScan/config/module.json b/src/MageScan/config/module.json index 5095492..9c80412 100644 --- a/src/MageScan/config/module.json +++ b/src/MageScan/config/module.json @@ -38,5 +38,5 @@ "skin\/frontend\/base\/default\/wordpress\/styles.css": "FishPig_WordPress", "skin\/frontend\/default\/default\/css\/magebuzz\/youtubevideo.css": "Magebuzz_Youtubevideo", "skin\/frontend\/rwd\/default\/relatedproducts\/css\/styles.css": "AW_Relatedproducts", - "webgility/webgility-magento.php": "Webgility" + "webgility\/webgility-magento.php": "Webgility" }