File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ node_js:
33 - 6.10.2
44branches :
55 only :
6- - master
7- before_script :
6+ - /.*/
7+ before_install :
8+ - npm i -g codecov
9+ install :
810 - npm install
911script :
1012 - npm run coverage
13+ - codecov
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Immutable versions of normally mutable array methods
88[ ![ npm license] ( https://img.shields.io/npm/l/immutable-arrays.svg )] ( http://badge.fury.io/js/immutable-arrays )
99[ ![ PRs Welcome] ( https://img.shields.io/badge/PRs-welcome-brightgreen.svg )] ( http://makeapullrequest.com )
1010[ ![ Code Climate] ( https://codeclimate.com/github/georapbox/immutable-arrays/badges/gpa.svg )] ( https://codeclimate.com/github/georapbox/immutable-arrays )
11+ [ ![ Issue Count] ( https://codeclimate.com/github/georapbox/immutable-arrays/badges/issue_count.svg )] ( https://codeclimate.com/github/georapbox/immutable-arrays )
12+ [ ![ Codecov] ( https://img.shields.io/codecov/c/github/georapbox/immutable-arrays/master.svg )] ( https://codecov.io/gh/georapbox/immutable-arrays )
1113[ ![ Dependencies] ( https://david-dm.org/georapbox/immutable-arrays.svg )] ( https://david-dm.org/georapbox/immutable-arrays )
1214[ ![ devDependency Status] ( https://david-dm.org/georapbox/immutable-arrays/dev-status.svg )] ( https://david-dm.org/georapbox/immutable-arrays#info=devDependencies )
1315
You can’t perform that action at this time.
0 commit comments