Skip to content

Commit 249071a

Browse files
committed
code climate and coverage
1 parent 829afe4 commit 249071a

File tree

8 files changed

+189
-162
lines changed

8 files changed

+189
-162
lines changed

.codeclimate.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
engines:
2+
rubocop:
3+
enabled: false
4+
golint:
5+
enabled: false
6+
eslint:
7+
enabled: true
8+
channel: "eslint-3"
9+
csslint:
10+
enabled: false
11+
duplication:
12+
enabled: true
13+
config:
14+
languages:
15+
- javascript
16+
ratings:
17+
paths:
18+
- src/**
19+
exclude_paths:
20+
- lib/**/*
21+
- test/**/*
22+
- coverage/**/*
23+
- .nyc_output/**/*

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ branches:
77
before_script:
88
- npm install
99
script:
10-
- npm test
10+
- npm run coverage

CHAGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# CHANGELOG
22

33
## v0.4.1
4-
- Fix bug while deleting an element at 0 index.
4+
- Fix bug while deleting an element at 0 index [(#1)](https://github.com/georapbox/immutable-arrays/pull/1)
5+
6+
## v0.4.2
7+
- Keep devDependencies up to date

0 commit comments

Comments
 (0)