mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
[skip ci] Update coverage.yml to work with lcov2.0
This commit is contained in:
7
script/ci_install_lcov.sh
Executable file
7
script/ci_install_lcov.sh
Executable 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
|
||||
Reference in New Issue
Block a user