Skip to content

Commit c75821f

Browse files
committed
switch to codecov
1 parent 49f02c4 commit c75821f

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 6
4+
- 8
55
after_script:
6-
- npm run coveralls
6+
- npm run codecov

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Reshape Standard Plugin Pack
22

3-
[![npm](http://img.shields.io/npm/v/reshape-standard.svg?style=flat)](https://badge.fury.io/js/reshape-standard) [![tests](http://img.shields.io/travis/reshape/standard/master.svg?style=flat)](https://travis-ci.org/reshape/standard) [![dependencies](http://img.shields.io/david/reshape/standard.svg?style=flat)](https://david-dm.org/reshape/standard) [![coverage](http://img.shields.io/coveralls/reshape/standard.svg?style=flat)](https://coveralls.io/github/reshape/standard)
3+
[![npm](http://img.shields.io/npm/v/reshape-standard.svg?style=flat-square)](https://badge.fury.io/js/reshape-standard) [![tests](http://img.shields.io/travis/reshape/standard/master.svg?style=flat-square)](https://travis-ci.org/reshape/standard) [![dependencies](http://img.shields.io/david/reshape/standard.svg?style=flat-square)](https://david-dm.org/reshape/standard)
4+
[![coverage](https://img.shields.io/codecov/c/github/reshape/standard.svg?style=flat-square)](https://codecov.io/gh/reshape/standard)
5+
46

57
A standard, opinionated plugin pack for reshape
68

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"ava": "^0.21.0",
26-
"coveralls": "^2.13.1",
26+
"codecov": "^2.2.0",
2727
"nyc": "^11.0.3",
2828
"reshape": "^0.4.0",
2929
"rewire": "^2.5.2",
@@ -44,8 +44,8 @@
4444
"main": "lib",
4545
"repository": "reshape/standard",
4646
"scripts": {
47+
"codecov": "nyc report -r lcovonly && codecov",
4748
"coverage": "nyc ava && nyc report --reporter=html && open ./coverage/index.html",
48-
"coveralls": "nyc report --reporter=text-lcov | coveralls",
4949
"lint": "standard | snazzy",
5050
"test": "nyc ava"
5151
}

yarn.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ argparse@^1.0.7:
169169
dependencies:
170170
sprintf-js "~1.0.2"
171171

172+
argv@0.0.2:
173+
version "0.0.2"
174+
resolved "https://registry.yarnpkg.com/argv/-/argv-0.0.2.tgz#ecbd16f8949b157183711b1bda334f37840185ab"
175+
172176
arr-diff@^2.0.0:
173177
version "2.0.0"
174178
resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf"
@@ -966,6 +970,14 @@ code-point-at@^1.0.0:
966970
version "1.1.0"
967971
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
968972

973+
codecov@^2.2.0:
974+
version "2.2.0"
975+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-2.2.0.tgz#2d06817ceb8891eca6368836d4fb6bf6cc04ffd1"
976+
dependencies:
977+
argv "0.0.2"
978+
request "2.79.0"
979+
urlgrey "0.4.4"
980+
969981
color-convert@^1.0.0, color-convert@^1.3.0:
970982
version "1.9.0"
971983
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.0.tgz#1accf97dd739b983bf994d56fec8f95853641b7a"
@@ -4496,6 +4508,10 @@ url-parse-lax@^1.0.0:
44964508
dependencies:
44974509
prepend-http "^1.0.1"
44984510

4511+
urlgrey@0.4.4:
4512+
version "0.4.4"
4513+
resolved "https://registry.yarnpkg.com/urlgrey/-/urlgrey-0.4.4.tgz#892fe95960805e85519f1cd4389f2cb4cbb7652f"
4514+
44994515
user-home@^2.0.0:
45004516
version "2.0.0"
45014517
resolved "https://registry.yarnpkg.com/user-home/-/user-home-2.0.0.tgz#9c70bfd8169bc1dcbf48604e0f04b8b49cde9e9f"

0 commit comments

Comments
 (0)