Timothy J. Warren
d20c308f53
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
4 lines
87 B
Bash
Executable File
4 lines
87 B
Bash
Executable File
#!/usr/bin/env bash
|
|
bun test --coverage
|
|
genhtml -o coverage/bun coverage/raw/lcov.info
|