mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-05-22 15:16:39 +08:00
5 lines
68 B
Bash
Executable File
5 lines
68 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -eu
|
|
genhtml -o coverage coverage/lcov.info
|