Skip to content

Commit 212e1f8

Browse files
committed
fix: install lcov first
1 parent e72deda commit 212e1f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Cleanup lcov
3030
run: |
31+
sudo apt-get -y install lcov
3132
lcov --remove ./lcov/lcov.info -o ./lcov/lcov.info \
3233
'src/contracts/helpers/UiIncentiveDataProviderV3.sol' \
3334
'src/contracts/helpers/UiPoolDataProviderV3.sol' \

0 commit comments

Comments
 (0)