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 8eb5069 commit e005aedCopy full SHA for e005aed
.github/workflows/tests.yml
@@ -45,7 +45,6 @@ jobs:
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
- lcov --remove lcov.info -o lcov.info 'node_modules/**'
49
forge test
50
- name: Upload coverage reports to Codecov
51
uses: codecov/codecov-action@v3
0 commit comments