File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
after_success :
8
8
- npm install codecov
9
- - npm run codecov:report
9
+ - npm run codecov
10
10
11
11
notifications :
12
12
email :
Original file line number Diff line number Diff line change 8
8
[ ![ npm license] ( http://img.shields.io/npm/l/postcss-nested-props.svg?style=flat-square )] ( https://www.npmjs.org/package/postcss-nested-props )
9
9
[ ![ Travis Build Status] ( https://img.shields.io/travis/jedmao/postcss-nested-props.svg?label=unix )] ( https://travis-ci.org/jedmao/postcss-nested-props )
10
10
[ ![ AppVeyor Build Status] ( https://img.shields.io/appveyor/ci/jedmao/postcss-nested-props.svg?label=windows )] ( https://ci.appveyor.com/project/jedmao/postcss-nested-props )
11
- [ ![ coverage ] ( https://codecov.io/gh/jedmao/postcss-nested-props/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jedmao/postcss-nested-props )
11
+ [ ![ codecov ] ( https://codecov.io/gh/jedmao/postcss-nested-props/branch/master/graph/badge.svg )] ( https://codecov.io/gh/jedmao/postcss-nested-props )
12
12
13
13
[ ![ npm] ( https://nodei.co/npm/postcss-nested-props.svg?downloads=true )] ( https://nodei.co/npm/postcss-nested-props/ )
14
14
Original file line number Diff line number Diff line change 6
6
"types" : " dist/lib/plugin.d.ts" ,
7
7
"scripts" : {
8
8
"clean" : " rimraf coverage dist *.log" ,
9
- "codecov" : " codecov -f coverage/*.json" ,
10
- "codecov:report" : " nyc report --reporter=json && npm run codecov" ,
9
+ "codecov" : " codecov -f coverage/lcov.info" ,
11
10
"compile" : " tsc" ,
12
11
"compile:watch" : " tsc --watch" ,
13
12
"prepublish" : " npm test" ,
35
34
"exclude" : [
36
35
" dist/**/*.spec.js"
37
36
],
37
+ "reporter" : [
38
+ " lcov" ,
39
+ " text"
40
+ ],
38
41
"cache" : true ,
39
42
"all" : true ,
40
43
"check-coverage" : true
You can’t perform that action at this time.
0 commit comments