Generate test coverage in the CI

This commit is contained in:
Vishesh Handa
2020-08-17 15:46:16 +02:00
parent 7936cc70b8
commit b4e127cdc9
4 changed files with 10 additions and 16 deletions

4
scripts/test_coverage.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -eu
genhtml -o coverage coverage/lcov.info