Skip to content

Commit 4ec6fa4

Browse files
committed
✨ Add codecov yml
1 parent ecdb98c commit 4ec6fa4

File tree

2 files changed

+44
-11
lines changed

2 files changed

+44
-11
lines changed

codecov.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
codecov:
2+
branch: master
3+
4+
coverage:
5+
precision: 2
6+
round: down
7+
range: "70...100"
8+
9+
status:
10+
project:
11+
default:
12+
target: auto
13+
threshold: null
14+
branches: null
15+
16+
patch:
17+
default:
18+
target: auto
19+
branches: null
20+
21+
changes:
22+
default:
23+
branches: null
24+
25+
ignore:
26+
- "tests/*"
27+
- "src/examples/*"
28+
29+
30+
comment:
31+
layout: "header, diff, changes, sunburst, uncovered, tree"
32+
branches: null
33+
behavior: default

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"chai": "^3.5.0",
3939
"chromedriver": "^2.21.2",
4040
"connect-history-api-fallback": "^1.1.0",
41-
"cross-spawn": "^2.1.5",
41+
"cross-spawn": "^4.0.2",
4242
"css-loader": "^0.25.0",
43-
"eslint": "^3.7.0",
43+
"eslint": "^3.7.1",
4444
"eslint-config-standard": "^6.2.0",
4545
"eslint-friendly-formatter": "^2.0.5",
4646
"eslint-loader": "^1.3.0",
@@ -57,22 +57,22 @@
5757
"inject-loader": "^2.0.1",
5858
"isparta-loader": "^2.0.0",
5959
"json-loader": "^0.5.4",
60-
"karma": "^0.13.15",
61-
"karma-coverage": "^0.5.5",
62-
"karma-mocha": "^0.2.2",
60+
"karma": "^1.3.0",
61+
"karma-coverage": "^1.1.1",
62+
"karma-mocha": "^1.2.0",
6363
"karma-phantomjs-launcher": "^1.0.0",
6464
"karma-sinon-chai": "^1.2.0",
6565
"karma-sourcemap-loader": "^0.3.7",
6666
"karma-spec-reporter": "0.0.26",
6767
"karma-webpack": "^1.7.0",
68-
"lodash": "^4.15.0",
68+
"lodash": "^4.16.3",
6969
"lolex": "^1.4.0",
7070
"mocha": "^3.1.0",
71-
"nightwatch": "^0.8.18",
72-
"ora": "^0.2.0",
73-
"phantomjs-prebuilt": "^2.1.3",
71+
"nightwatch": "^0.9.8",
72+
"ora": "^0.3.0",
73+
"phantomjs-prebuilt": "^2.1.13",
7474
"selenium-server": "^2.53.1",
75-
"shelljs": "^0.6.0",
75+
"shelljs": "^0.7.4",
7676
"sinon": "^1.17.3",
7777
"sinon-chai": "^2.8.0",
7878
"url-loader": "^0.5.7",
@@ -83,6 +83,6 @@
8383
"webpack": "^1.13.2",
8484
"webpack-dev-middleware": "^1.4.0",
8585
"webpack-hot-middleware": "^2.6.0",
86-
"webpack-merge": "^0.8.3"
86+
"webpack-merge": "^0.14.1"
8787
}
8888
}

0 commit comments

Comments
 (0)