1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-18 20:03:04 +02:00

fix test coverage

This commit is contained in:
Morris Brodersen
2025-02-15 14:20:10 +01:00
parent f4a00d9328
commit 94da00f8ff

View File

@@ -1,3 +1,3 @@
set -e
rm -rf coverage
c8 --src public --reporter text --reporter lcov playwright test --project Chromium $1
c8 --include public --reporter text --reporter lcov playwright test --project Chromium $1