This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree 4 files changed +5
-8
lines changed
4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ before_script:
19
19
script :
20
20
- npm run all
21
21
after_success :
22
- - npm run ci:coveralls
22
+ - bash <(curl -s https://codecov.io/bash)
23
23
deploy :
24
24
provider : npm
25
25
on :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Take back control of CSS Transitions for React!
4
4
5
5
[ ![ NPM Version Widget]] [ npm version ]
6
6
[ ![ Build Status Widget]] [ build status ]
7
- [ ![ Coverage Status Widget]] [ coverage status ]
7
+ [ ![ Coverage Widget]] [ coverage ]
8
8
9
9
## Installation
10
10
@@ -21,7 +21,7 @@ npm install react-css-transition --save
21
21
22
22
[ build status widget ] : https://img.shields.io/travis/wikiwi/react-css-transition/master.svg?style=flat-square
23
23
24
- [ coverage status ] : https://coveralls .io/github /wikiwi/react-css-transition?branch=master
24
+ [ coverage ] : https://codecov .io/gh /wikiwi/react-css-transition
25
25
26
- [ coverage status widget ] : https://img.shields. io/coveralls /wikiwi/react-css-transition/master.svg?style=flat-square
26
+ [ coverage widget ] : https://codecov. io/gh /wikiwi/react-css-transition/branch/ master/graph/badge .svg
27
27
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = (config) => {
15
15
} ,
16
16
remapCoverageReporter : {
17
17
text : null ,
18
- lcovonly : "./coverage/lcov- integration.info " ,
18
+ lcovonly : "./coverage/integration.lcov " ,
19
19
} ,
20
20
coverageReporter : {
21
21
reporters : [
Original file line number Diff line number Diff line change 26
26
"all" : " npm run lint && npm run test && npm run build" ,
27
27
"build" : " gulp && webpack && cross-env BUILD_MINIFIED=true webpack" ,
28
28
"clean" : " rm -r -f dist lib cjs coverage" ,
29
- "ci:coveralls" : " lcov-result-merger './coverage/lcov*.info' | coveralls" ,
30
29
"release" : " npm version -m 'react-css-transition release %s'" ,
31
30
"lint" : " gulp lint" ,
32
31
"test" : " npm run test:unit && npm run test:integration" ,
70
69
"cash-rm" : " ^0.2.0" ,
71
70
"chai" : " ^3.5.0" ,
72
71
"copy-webpack-plugin" : " ^4.0.1" ,
73
- "coveralls" : " ^2.11.14" ,
74
72
"cross-env" : " ^3.1.3" ,
75
73
"css-in-js-loader" : " ^0.1.2" ,
76
74
"css-loader" : " ^0.26.1" ,
102
100
"karma-mocha-reporter" : " ^2.2.0" ,
103
101
"karma-remap-coverage" : " ^0.1.3" ,
104
102
"karma-webpack" : " ^2.0.2" ,
105
- "lcov-result-merger" : " ^1.2.0" ,
106
103
"merge2" : " ^1.0.2" ,
107
104
"mocha" : " ^3.1.2" ,
108
105
"nyc" : " ^10.1.2" ,
You can’t perform that action at this time.
0 commit comments