Skip to content

Commit

Permalink
Update e2e tests coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
ravichdev committed Mar 18, 2021
1 parent 66ad5b8 commit 3bbab58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/tests/e2e/merge-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const istanbulCoverage = require( 'istanbul-lib-coverage' );
const args = require( 'minimist' )( process.argv.slice( 2 ) );

/* [ Configuration ] */
const rootDir = './tests/coverage';
const reportOut = './tests/coverage/js-e2e';
const rootDir = './plugin/tests/coverage';
const reportOut = './plugin/tests/coverage/js-e2e';

const mergeAllReports = ( coverageMap, reports ) => {
if ( Array.isArray( reports ) === false ) {
Expand Down

0 comments on commit 3bbab58

Please sign in to comment.