Skip to content

Commit 1e75f63

Browse files
committed
update coverage reporter and chagelog
1 parent 249071a commit 1e75f63

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHAGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55

66
## v0.4.2
77
- Keep devDependencies up to date
8+
- Add code climate integration
9+
- Add test coverage report

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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-
[![Test Coverage](https://codeclimate.com/github/georapbox/immutable-arrays/badges/coverage.svg)](https://codeclimate.com/github/georapbox/immutable-arrays/coverage)
1211
[![Dependencies](https://david-dm.org/georapbox/immutable-arrays.svg)](https://david-dm.org/georapbox/immutable-arrays)
1312
[![devDependency Status](https://david-dm.org/georapbox/immutable-arrays/dev-status.svg)](https://david-dm.org/georapbox/immutable-arrays#info=devDependencies)
1413

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
"main": "lib/immutableArrays.js",
66
"scripts": {
77
"test": "mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
8-
"coverage": "nyc mocha --compilers js:babel-core/register --colors ./test/*.spec.js",
9-
"reporter": "nyc report --reporter=html",
8+
"coverage": "nyc --reporter=html --reporter=text npm test",
109
"build": "webpack --env=build",
1110
"dev": "webpack --env=dev",
1211
"watch": "webpack --progress --colors --watch --env=dev",

0 commit comments

Comments
 (0)