Skip to content

Commit 4913ef5

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [make] coverage/html job now opens html coverage report at the end.
1 parent 2f25355 commit 4913ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ test: env dependencies
8585
coverage: dependencies test
8686

8787
coverage/html: dependencies test
88+
open coverage/lcov-report/index.html
8889

8990
outdated:
9091
-${NPM} outdated

0 commit comments

Comments
 (0)