mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-23 06:02:48 +02:00
add code coverage support
This commit is contained in:
4
scripts/test-coverage.sh
Normal file
4
scripts/test-coverage.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
set -e
|
||||
rm -rf coverage
|
||||
COVERAGE=true playwright test $1
|
||||
c8 report --src public --reporter text --reporter lcov
|
Reference in New Issue
Block a user