mirror of https://github.com/embarklabs/embark.git
Match coverage path
This commit is contained in:
parent
7ce92211f9
commit
7746404905
|
@ -137,7 +137,7 @@ module.exports = {
|
||||||
if (err) {
|
if (err) {
|
||||||
return next(err);
|
return next(err);
|
||||||
}
|
}
|
||||||
console.log(`Coverage report created. You can find it here: ${fs.dappPath('coverage/index.html')}\n`);
|
console.log(`Coverage report created. You can find it here: ${fs.dappPath('coverage/__root__/index.html')}\n`);
|
||||||
const opn = require('opn');
|
const opn = require('opn');
|
||||||
const _next = () => { next(); };
|
const _next = () => { next(); };
|
||||||
opn(fs.dappPath('coverage/__root__/index.html'), {wait: false})
|
opn(fs.dappPath('coverage/__root__/index.html'), {wait: false})
|
||||||
|
|
Loading…
Reference in New Issue