Skip to content

Commit d565866

Browse files
author
hs
committed
fixed coveralls config
1 parent b8d23ca commit d565866

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

sharedGruntConfig.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,10 @@ module.exports = (grunt, dir, dependencies, type, lib) => {
255255

256256
coveralls: {
257257
options: { force: false },
258-
your_target: {
259-
// LCOV coverage file (can be string, glob or array)
260-
src: 'docs/data/src/${lib}/coverage/lcov.info',
258+
target: {
259+
src: `./docs/data/src/${lib}/coverage/lcov.info`,
261260
options: {}
262-
},
261+
}
263262
},
264263
watch: {
265264
dependencies: {

0 commit comments

Comments
 (0)