Skip to content

Commit ad27922

Browse files
committed
use lcov v2.3 in github ci
Signed-off-by: Xiangyu Wang <[email protected]>
1 parent 496b712 commit ad27922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lcov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
apt update
2020
apt install -y libcapture-tiny-perl libdatetime-perl curl jq
2121
git clone https://github.com/linux-test-project/lcov.git
22-
cd lcov && git checkout v2.2 && make install
22+
cd lcov && git checkout v2.3 && make install
2323
lcov --version
2424
- name: Compile with Coverage Flags
2525
run: make cov

0 commit comments

Comments
 (0)