From 9b76add1b9e47ccd9a066e7e4820d4093908a197 Mon Sep 17 00:00:00 2001 From: Rick Carlino Date: Thu, 20 Jul 2017 14:39:35 -0500 Subject: [PATCH] Add glob pattern to i18n exclusion? --- .codeclimate.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.codeclimate.yml b/.codeclimate.yml index 7ab50b632..f0c74fdae 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,3 +1,3 @@ ## other configuration excluded from example... exclude_paths: -- "public/app-resources/languages" +- public/app-resources/languages/*.js diff --git a/README.md b/README.md index 207e0ef21..10d7ea980 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Code Climate](https://codeclimate.com/github/FarmBot/farmbot-web-app/badges/gpa.svg)](https://codeclimate.com/github/FarmBot/farmbot-web-app) -[![Test Coverage](https://codeclimate.com/github/FarmBot/farmbot-web-app/badges/coverage.svg)](https://codeclimate.com/github/FarmBot/farmbot-web-app) +[![Coverage Status](https://coveralls.io/repos/github/FarmBot/Farmbot-Web-App/badge.svg)](https://coveralls.io/github/FarmBot/Farmbot-Web-App) # Q: Do I need this?