Skip to content

Commit

Permalink
☂️ Add compiler flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Oct 17, 2024
1 parent 92fc13d commit 9471afa
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 @@ -23,7 +23,7 @@ jobs:

- name: Report Coverage
run: |
forge coverage --fork-url ${{ secrets.ARBITRUM_RPC_URL }} --report lcov
forge coverage --fork-url ${{ secrets.ARBITRUM_RPC_URL }} --report lcov --via-ir --optimizer-runs 200 --optimize
- name: Upload Coverage Report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 9471afa

Please sign in to comment.