mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-21 21:25:25 +02:00
4 lines
113 B
Bash
4 lines
113 B
Bash
set -e
|
|
rm -rf coverage
|
|
c8 --include public --reporter text --reporter lcov playwright test --project Chromium $1
|