From b19aa7d1bcf161b6ed3527da1697c63196d4ebb4 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Sun, 13 Aug 2017 16:49:43 +0430 Subject: [PATCH] add missing codecov dependency --- .circleci/config.yml | 2 +- package.json | 2 +- yarn.lock | 18 +++++++++++++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 806ded9..70f6f81 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -33,4 +33,4 @@ jobs: # Test - run: name: Tests - command: yarn test && yarn coverage \ No newline at end of file + command: yarn test && yarn codecov \ No newline at end of file diff --git a/package.json b/package.json index 1a46acf..4007d0f 100755 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "access": "public" }, "scripts": { - "coverage": "codecov", "lint": "eslint lib src test", "test": "npm run lint && jest", "release": "standard-version", @@ -35,6 +34,7 @@ "whatwg-url": "^6.1.0" }, "devDependencies": { + "codecov": "^2.3.0", "eslint": "^4.4.1", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.7.0", diff --git a/yarn.lock b/yarn.lock index e776b6c..3f7d745 100644 --- a/yarn.lock +++ b/yarn.lock @@ -162,6 +162,10 @@ argparse@^1.0.7: dependencies: sprintf-js "~1.0.2" +argv@0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/argv/-/argv-0.0.2.tgz#ecbd16f8949b157183711b1bda334f37840185ab" + arr-diff@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" @@ -1241,6 +1245,14 @@ code-point-at@^1.0.0: version "1.1.0" resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77" +codecov@^2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/codecov/-/codecov-2.3.0.tgz#ad25a2c6e0442d13740d9d4ddbb9a3e2714330f4" + dependencies: + argv "0.0.2" + request "2.81.0" + urlgrey "0.4.4" + color-convert@^1.3.0, color-convert@^1.9.0: version "1.9.0" resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a" @@ -5087,7 +5099,7 @@ repeating@^2.0.0: dependencies: is-finite "^1.0.0" -request@^2.79.0, request@^2.81.0: +request@2.81.0, request@^2.79.0, request@^2.81.0: version "2.81.0" resolved "https://registry.yarnpkg.com/request/-/request-2.81.0.tgz#c6928946a0e06c5f8d6f8a9333469ffda46298a0" dependencies: @@ -5821,6 +5833,10 @@ url@^0.11.0: punycode "1.3.2" querystring "0.2.0" +urlgrey@0.4.4: + version "0.4.4" + resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f" + util-deprecate@~1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf"