Skip to content

Commit 66c088e

Browse files
committed
fix: remove utils lcov path
1 parent 785bc3a commit 66c088e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

merge-coverage.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ const path = require('path');
66
const inputFiles = [
77
path.join(__dirname, 'coverage/ngx-repository/lcov.info'),
88
path.join(__dirname, 'coverage/ngx-http-repository/lcov.info'),
9-
path.join(__dirname, 'coverage/ngx-firestore-repository/lcov.info'),
10-
path.join(__dirname, 'coverage/utils/lcov.info'),
11-
9+
path.join(__dirname, 'coverage/ngx-firestore-repository/lcov.info')
1210
];
1311

1412
// Path to save the merged LCOV file

0 commit comments

Comments
 (0)