From 33caaf2c957f36d79fa6980a9c332d5679556181 Mon Sep 17 00:00:00 2001 From: Mariocoski Date: Wed, 20 Mar 2019 21:45:20 +0000 Subject: [PATCH] fix: changed jscpd badge directoy --- .jscpd.json | 3 ++- README.md | 2 +- {report => assets}/jscpd-badge.svg | 0 3 files changed, 3 insertions(+), 2 deletions(-) rename {report => assets}/jscpd-badge.svg (100%) diff --git a/.jscpd.json b/.jscpd.json index bf4f295..95424d4 100644 --- a/.jscpd.json +++ b/.jscpd.json @@ -2,5 +2,6 @@ "threshold": 5, "reporters": ["console", "badge"], "absolute": true, - "gitignore": true + "gitignore": true, + "output": "./assets" } diff --git a/README.md b/README.md index 5d07a6d..c6721fb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CircleCI](https://circleci.com/gh/js-items/foundation.svg?style=svg)](https://circleci.com/gh/js-items/foundation) [![codecov](https://codecov.io/gh/js-items/foundation/branch/master/graph/badge.svg)](https://codecov.io/gh/js-items/foundation) ![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/js-items/foundation.svg) -![jscpd](report/jscpd-badge.svg) +![jscpd](assets/jscpd-badge.svg) [![Known Vulnerabilities](https://snyk.io/test/github/js-items/foundation/badge.svg?targetFile=package.json)](https://snyk.io/test/github/js-items/foundation?targetFile=package.json) Provides set of interfaces, utils and tests for concrete implementations of js-items repositories diff --git a/report/jscpd-badge.svg b/assets/jscpd-badge.svg similarity index 100% rename from report/jscpd-badge.svg rename to assets/jscpd-badge.svg