We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0403bd8 commit 5ac158fCopy full SHA for 5ac158f
1 file changed
.github/workflows/ci.yml
@@ -53,9 +53,9 @@ jobs:
53
echo "BETH.sol coverage: $beth%"
54
bc -l <<< "$total >= 95" | grep -q 1 || (echo "Coverage below 95%" && exit 1)
55
bc -l <<< "$beth == 100" | grep -q 1 || (echo "BETH.sol coverage not 100%" && exit 1)
56
- - name: Install Slither
+ - name: Install Slither and coverage tools
57
run: |
58
- sudo apt-get update && sudo apt-get install -y python3-pip jq bc
+ sudo apt-get update && sudo apt-get install -y python3-pip jq bc lcov
59
pip3 install slither-analyzer solc-select
60
solc-select install 0.8.24 && solc-select use 0.8.24
61
- name: Run Slither
0 commit comments