[skip ci] Update coverage.yml to work with lcov2.0

This commit is contained in:
ado
2024-02-21 19:41:06 +01:00
parent 5e32d722e8
commit b993eb8852
5 changed files with 16 additions and 1 deletions

7
script/ci_install_lcov.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env sh
echo yes | cpan DateTime Capture::Tiny
wget -qO- https://github.com/linux-test-project/lcov/releases/download/v2.0/lcov-2.0.tar.gz | tar xvz
(cd lcov && make install)
lcov --version