1
0
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:
Morris Brodersen
2023-11-26 00:43:55 +01:00
parent 854f21b6e0
commit 4bf3028aa9
10 changed files with 363 additions and 12 deletions

4
scripts/test-coverage.sh Normal file
View File

@@ -0,0 +1,4 @@
set -e
rm -rf coverage
COVERAGE=true playwright test $1
c8 report --src public --reporter text --reporter lcov