Timothy J. Warren
d20c308f53
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
6 lines
242 B
Bash
Executable File
6 lines
242 B
Bash
Executable File
#!/usr/bin/env bash
|
|
deno test --allow-all --coverage=coverage/raw
|
|
deno coverage coverage/raw --lcov > coverage/raw/deno.lcov
|
|
rm -rf coverage/raw/*.json
|
|
genhtml --ignore-errors inconsistent,inconsistent -o coverage/deno coverage/raw/deno.lcov
|