Skip to content

Commit 5ac158f

Browse files
committed
Fix CI
1 parent 0403bd8 commit 5ac158f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
echo "BETH.sol coverage: $beth%"
5454
bc -l <<< "$total >= 95" | grep -q 1 || (echo "Coverage below 95%" && exit 1)
5555
bc -l <<< "$beth == 100" | grep -q 1 || (echo "BETH.sol coverage not 100%" && exit 1)
56-
- name: Install Slither
56+
- name: Install Slither and coverage tools
5757
run: |
58-
sudo apt-get update && sudo apt-get install -y python3-pip jq bc
58+
sudo apt-get update && sudo apt-get install -y python3-pip jq bc lcov
5959
pip3 install slither-analyzer solc-select
6060
solc-select install 0.8.24 && solc-select use 0.8.24
6161
- name: Run Slither

0 commit comments

Comments
 (0)