We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5d693 commit 1ab6572Copy full SHA for 1ab6572
.github/workflows/tests.yml
@@ -43,6 +43,8 @@ jobs:
43
run: |
44
forge coverage --report lcov
45
lcov --remove lcov.info -o lcov.info 'src/test/**'
46
+ lcov --remove lcov.info -o lcov.info 'contracts/external-deps/**'
47
+ lcov --remove lcov.info -o lcov.info 'contracts/eip/**'
48
forge test
49
- name: Upload coverage reports to Codecov
50
uses: codecov/codecov-action@v3
0 commit comments