Skip to content

Commit c6083c5

Browse files
authored
Merge pull request #2 from georapbox/code_climate_test_coverage
test coverage
2 parents 766edcd + 8cddd21 commit c6083c5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ node_js:
33
- 6.10.2
44
branches:
55
only:
6-
- master
7-
before_script:
6+
- /.*/
7+
before_install:
8+
- npm i -g codecov
9+
install:
810
- npm install
911
script:
1012
- npm run coverage
13+
- codecov

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)