File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ const {spawn} = require('child_process');
8
8
9
9
const foregroundChild = require ( 'foreground-child' ) ;
10
10
const normalizePackageData = require ( 'normalize-package-data' ) ;
11
+ const slash = require ( 'slash' ) ;
11
12
const which = require ( 'which' ) ;
12
13
const yargsParser = require ( 'yargs-parser' ) ;
13
14
@@ -176,7 +177,7 @@ const willUploadLcov = /^1|true$/ui.test(process.env.CI) || !!process.env.GITHUB
176
177
'-X' ,
177
178
'gcovout' ,
178
179
'-f' ,
179
- join ( cwd , 'coverage' , 'lcov.info' )
180
+ slash ( join ( cwd , 'coverage' , 'lcov.info' ) )
180
181
]
181
182
] : [
182
183
'npx' ,
Original file line number Diff line number Diff line change 11
11
},
12
12
"files" : [
13
13
" index.js" ,
14
- " nycrc.json "
14
+ " patch.txt "
15
15
],
16
16
"bin" : {
17
17
"coverage" : " index.js"
36
36
"c8" : " ^3.5.0" ,
37
37
"foreground-child" : " ^1.5.6" ,
38
38
"normalize-package-data" : " ^2.5.0" ,
39
+ "slash" : " ^2.0.0" ,
39
40
"which" : " ^1.3.1" ,
40
41
"yargs-parser" : " ^13.0.0"
41
42
},
You can’t perform that action at this time.
0 commit comments