1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-22 13:43:06 +02:00

combine unit and e2e coverage, simplify test scripts

This commit is contained in:
Morris Brodersen
2024-01-29 23:52:14 +01:00
parent 9991ec23b1
commit dd29d07d31
6 changed files with 81 additions and 38 deletions

View File

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