Skip to content

Commit

Permalink
ignore external contracts from code cov (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquim-verges authored Oct 16, 2023
1 parent 9e5d693 commit 1ab6572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
run: |
forge coverage --report lcov
lcov --remove lcov.info -o lcov.info 'src/test/**'
lcov --remove lcov.info -o lcov.info 'contracts/external-deps/**'
lcov --remove lcov.info -o lcov.info 'contracts/eip/**'
forge test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 1ab6572

Please sign in to comment.