1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-08-21 21:25:25 +02:00
Files
vanilla-todo/scripts/test-coverage.sh
Morris Brodersen 94da00f8ff fix test coverage
2025-02-15 14:20:10 +01:00

4 lines
113 B
Bash

set -e
rm -rf coverage
c8 --include public --reporter text --reporter lcov playwright test --project Chromium $1