Skip to content

Commit

Permalink
Fixed coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Mar 25, 2024
1 parent ce5f905 commit c3a62bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
OPTIMISM_SEPOLIA_RPC_URL: ${{ secrets.OPTIMISM_SEPOLIA_RPC_URL }}
run: |
forge coverage --no-match-contracts .*ForkTest --report lcov && lcov --remove lcov.info -o lcov.info 'test/*' 'script/*'
forge coverage --no-match-contract .*ForkTest --report lcov && lcov --remove lcov.info -o lcov.info 'test/*' 'script/*'
id: coverage

- name: Report code coverage
Expand Down

0 comments on commit c3a62bd

Please sign in to comment.