Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit dd778cc

Browse files
author
ItsJonQ
committed
Add coveralls for codecoverage
1 parent 99d2111 commit dd778cc

File tree

4 files changed

+179
-2
lines changed

4 files changed

+179
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
node_modules
55

66
# testing
7+
.nyc_output
78
coverage
89

910
# build

package-lock.json

Lines changed: 96 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"babel-runtime": "6.23.0",
6262
"case-sensitive-paths-webpack-plugin": "2.1.1",
6363
"chalk": "1.1.3",
64+
"coveralls": "2.13.1",
6465
"css-loader": "0.28.4",
6566
"dotenv": "4.0.0",
6667
"enzyme": "2.9.1",

yarn.lock

Lines changed: 81 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1656,6 +1656,10 @@ case-sensitive-paths-webpack-plugin@2.1.1, case-sensitive-paths-webpack-plugin@^
16561656
version "2.1.1"
16571657
resolved "https://registry.yarnpkg.com/case-sensitive-paths-webpack-plugin/-/case-sensitive-paths-webpack-plugin-2.1.1.tgz#3d29ced8c1f124bf6f53846fb3f5894731fdc909"
16581658

1659+
caseless@~0.11.0:
1660+
version "0.11.0"
1661+
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.11.0.tgz#715b96ea9841593cc33067923f5ec60ebda4f7d7"
1662+
16591663
caseless@~0.12.0:
16601664
version "0.12.0"
16611665
resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
@@ -2047,6 +2051,16 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
20472051
parse-json "^2.2.0"
20482052
require-from-string "^1.1.0"
20492053

2054+
coveralls@2.13.1:
2055+
version "2.13.1"
2056+
resolved "https://registry.yarnpkg.com/coveralls/-/coveralls-2.13.1.tgz#d70bb9acc1835ec4f063ff9dac5423c17b11f178"
2057+
dependencies:
2058+
js-yaml "3.6.1"
2059+
lcov-parse "0.0.10"
2060+
log-driver "1.2.5"
2061+
minimist "1.2.0"
2062+
request "2.79.0"
2063+
20502064
create-ecdh@^4.0.0:
20512065
version "4.0.0"
20522066
resolved "https://registry.yarnpkg.com/create-ecdh/-/create-ecdh-4.0.0.tgz#888c723596cdf7612f6498233eebd7a35301737d"
@@ -3638,6 +3652,15 @@ har-schema@^1.0.5:
36383652
version "1.0.5"
36393653
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-1.0.5.tgz#d263135f43307c02c602afc8fe95970c0151369e"
36403654

3655+
har-validator@~2.0.6:
3656+
version "2.0.6"
3657+
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-2.0.6.tgz#cdcbc08188265ad119b6a5a7c8ab70eecfb5d27d"
3658+
dependencies:
3659+
chalk "^1.1.1"
3660+
commander "^2.9.0"
3661+
is-my-json-valid "^2.12.4"
3662+
pinkie-promise "^2.0.0"
3663+
36413664
har-validator@~4.2.1:
36423665
version "4.2.1"
36433666
resolved "https://registry.yarnpkg.com/har-validator/-/har-validator-4.2.1.tgz#33481d0f1bbff600dd203d75812a6a5fba002e2a"
@@ -4155,6 +4178,15 @@ is-my-json-valid@^2.10.0:
41554178
jsonpointer "^4.0.0"
41564179
xtend "^4.0.0"
41574180

4181+
is-my-json-valid@^2.12.4:
4182+
version "2.16.1"
4183+
resolved "https://registry.yarnpkg.com/is-my-json-valid/-/is-my-json-valid-2.16.1.tgz#5a846777e2c2620d1e69104e5d3a03b1f6088f11"
4184+
dependencies:
4185+
generate-function "^2.0.0"
4186+
generate-object-property "^1.1.0"
4187+
jsonpointer "^4.0.0"
4188+
xtend "^4.0.0"
4189+
41584190
is-npm@^1.0.0:
41594191
version "1.0.0"
41604192
resolved "https://registry.yarnpkg.com/is-npm/-/is-npm-1.0.0.tgz#f2fb63a65e4905b406c86072765a1a4dc793b9f4"
@@ -4598,6 +4630,13 @@ js-tokens@^3.0.0:
45984630
version "3.0.2"
45994631
resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b"
46004632

4633+
js-yaml@3.6.1:
4634+
version "3.6.1"
4635+
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.6.1.tgz#6e5fe67d8b205ce4d22fad05b7781e8dadcc4b30"
4636+
dependencies:
4637+
argparse "^1.0.7"
4638+
esprima "^2.6.0"
4639+
46014640
js-yaml@^3.4.3, js-yaml@^3.5.1, js-yaml@^3.7.0:
46024641
version "3.9.0"
46034642
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.9.0.tgz#4ffbbf25c2ac963b8299dc74da7e3740de1c18ce"
@@ -4820,6 +4859,10 @@ lcid@^1.0.0:
48204859
dependencies:
48214860
invert-kv "^1.0.0"
48224861

4862+
lcov-parse@0.0.10:
4863+
version "0.0.10"
4864+
resolved "https://registry.yarnpkg.com/lcov-parse/-/lcov-parse-0.0.10.tgz#1b0b8ff9ac9c7889250582b70b71315d9da6d9a3"
4865+
48234866
ldjson-stream@^1.2.1:
48244867
version "1.2.1"
48254868
resolved "https://registry.yarnpkg.com/ldjson-stream/-/ldjson-stream-1.2.1.tgz#91beceda5ac4ed2b17e649fb777e7abfa0189c2b"
@@ -5085,6 +5128,10 @@ lodash@4.x.x, "lodash@>=3.5 <5", lodash@^4.0.0, lodash@^4.1.0, lodash@^4.11.1, l
50855128
version "4.17.4"
50865129
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
50875130

5131+
log-driver@1.2.5:
5132+
version "1.2.5"
5133+
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.5.tgz#7ae4ec257302fd790d557cb10c97100d857b0056"
5134+
50885135
log-symbols@^1.0.2:
50895136
version "1.0.2"
50905137
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-1.0.2.tgz#376ff7b58ea3086a0f09facc74617eca501e1a18"
@@ -5307,7 +5354,7 @@ minimist@0.0.8, minimist@~0.0.1:
53075354
version "0.0.8"
53085355
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
53095356

5310-
minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
5357+
minimist@1.2.0, minimist@^1.1.0, minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0:
53115358
version "1.2.0"
53125359
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
53135360

@@ -6488,6 +6535,10 @@ qs@6.4.0, qs@^6.4.0, qs@~6.4.0:
64886535
version "6.4.0"
64896536
resolved "https://registry.yarnpkg.com/qs/-/qs-6.4.0.tgz#13e26d28ad6b0ffaa91312cd3bf708ed351e7233"
64906537

6538+
qs@~6.3.0:
6539+
version "6.3.2"
6540+
resolved "https://registry.yarnpkg.com/qs/-/qs-6.3.2.tgz#e75bd5f6e268122a2a0e0bda630b2550c166502c"
6541+
64916542
query-string@^4.1.0:
64926543
version "4.3.4"
64936544
resolved "https://registry.yarnpkg.com/query-string/-/query-string-4.3.4.tgz#bbb693b9ca915c232515b228b1a02b609043dbeb"
@@ -6998,6 +7049,31 @@ request@2, request@^2.79.0, request@^2.81.0:
69987049
tunnel-agent "^0.6.0"
69997050
uuid "^3.0.0"
70007051

7052+
request@2.79.0:
7053+
version "2.79.0"
7054+
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
7055+
dependencies:
7056+
aws-sign2 "~0.6.0"
7057+
aws4 "^1.2.1"
7058+
caseless "~0.11.0"
7059+
combined-stream "~1.0.5"
7060+
extend "~3.0.0"
7061+
forever-agent "~0.6.1"
7062+
form-data "~2.1.1"
7063+
har-validator "~2.0.6"
7064+
hawk "~3.1.3"
7065+
http-signature "~1.1.0"
7066+
is-typedarray "~1.0.0"
7067+
isstream "~0.1.2"
7068+
json-stringify-safe "~5.0.1"
7069+
mime-types "~2.1.7"
7070+
oauth-sign "~0.8.1"
7071+
qs "~6.3.0"
7072+
stringstream "~0.0.4"
7073+
tough-cookie "~2.3.0"
7074+
tunnel-agent "~0.4.1"
7075+
uuid "^3.0.0"
7076+
70017077
require-directory@^2.1.1:
70027078
version "2.1.1"
70037079
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
@@ -8234,6 +8310,10 @@ tunnel-agent@^0.6.0:
82348310
dependencies:
82358311
safe-buffer "^5.0.1"
82368312

8313+
tunnel-agent@~0.4.1:
8314+
version "0.4.3"
8315+
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.4.3.tgz#6373db76909fe570e08d73583365ed828a74eeeb"
8316+
82378317
tweetnacl@^0.14.3, tweetnacl@~0.14.0:
82388318
version "0.14.5"
82398319
resolved "https://registry.yarnpkg.com/tweetnacl/-/tweetnacl-0.14.5.tgz#5ae68177f192d4456269d108afa93ff8743f4f64"

0 commit comments

Comments
 (0)