Skip to content

Commit 1ab6572

Browse files
ignore external contracts from code cov (#544)
1 parent 9e5d693 commit 1ab6572

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
run: |
4444
forge coverage --report lcov
4545
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/**'
4648
forge test
4749
- name: Upload coverage reports to Codecov
4850
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)