From 96ea7dd863260c647adc1a3c0492a2bccbd0dfb5 Mon Sep 17 00:00:00 2001 From: huzaif-plivo Date: Tue, 12 Oct 2021 12:14:23 +0530 Subject: [PATCH] temp change --- gulpfile.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index d67521b..d6b0b00 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -63,15 +63,15 @@ gulp.task('watch', function () { gulp.watch(['lib/**/*.js', 'test/**'], ['test']); }); -gulp.task('coveralls', gulp.series('test', function () { - if (!process.env.CI) { - console.log('ignoring coveralls report generation.'); - return; - } +// gulp.task('coveralls', gulp.series('test', function () { +// if (!process.env.CI) { +// console.log('ignoring coveralls report generation.'); +// return; +// } - return gulp.src(path.join(__dirname, 'coverage/lcov.info')) - .pipe(coveralls()); -})); +// return gulp.src(path.join(__dirname, 'coverage/lcov.info')) +// .pipe(coveralls()); +// })); gulp.task('clean', function () { return del('dist');