mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-06 07:12:07 +08:00
Generate test coverage in the CI
This commit is contained in:
4
scripts/test_coverage.sh
Executable file
4
scripts/test_coverage.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
genhtml -o coverage coverage/lcov.info
|
Reference in New Issue
Block a user