1
Fork 0
kantodb/task/nextest-run-coverage

5 lines
158 B
Bash
Executable file

#!/bin/sh
set -e
# TODO use retries due to #bug random rare `pthread lock: invalid argument`
exec cargo llvm-cov --workspace --html nextest --retries=3 "$@"