diff --git a/.github/workflows/l1-contracts-ci.yaml b/.github/workflows/l1-contracts-ci.yaml index c0ebbb98b..9f930a60d 100644 --- a/.github/workflows/l1-contracts-ci.yaml +++ b/.github/workflows/l1-contracts-ci.yaml @@ -262,7 +262,7 @@ jobs: # defaults to removing branch info. - name: Filter directories run: | - sudo apt update && sudo apt install -y lcov=2.1-1 + sudo apt update && sudo apt install -y lcov lcov --remove lcov.info 'test/*' 'contracts/dev-contracts/*' '../lib/forge-std/*' '../lib/murky/*' 'lib/*' '../lib/*' 'lib/' 'deploy-scripts/*' --output-file lcov.info --rc lcov_branch_coverage=1 --rc derive_function_end_line=0 --ignore-errors unused # This step posts a detailed coverage report as a comment and deletes previous comments on