UNPKG
picard-quotes
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Quotes from the Legendary Jean-Luc Picard
github.com/samcus/picard-quotes
samcus/picard-quotes
picard-quotes
/
test
/
coverage-report.js
7 lines
(4 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
opn =
require
(
'opn'
);
const
path =
require
(
'path'
);
const
coveragePath = path.
resolve
(__dirname,
'../coverage/lcov-report/index.html'
);
opn
(coveragePath);