ci: add --via-ir option to coverage task

This is to avoid stack too deep errors when testing
This commit is contained in:
r4bbit
2025-02-20 20:00:42 +01:00
parent 58f43d07ce
commit 28ad19cce7

View File

@@ -110,7 +110,7 @@ jobs:
uses: "foundry-rs/foundry-toolchain@v1"
- name: "Generate the coverage report using the unit and the integration tests"
run: 'forge coverage --match-path "test/**/*.sol" --report lcov'
run: 'forge coverage --match-path "test/**/*.sol" --ir-minimum --report lcov'
- name: "Upload coverage report to Codecov"
uses: "codecov/codecov-action@v3"