Skip to content

Commit

Permalink
☂️ temporarly disable coverage : stack too deep
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Oct 17, 2024
1 parent 9471afa commit ecf10bd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
with:
version: nightly

- name: Report Coverage
run: |
forge coverage --fork-url ${{ secrets.ARBITRUM_RPC_URL }} --report lcov --via-ir --optimizer-runs 200 --optimize
# - name: Report Coverage
# run: |
# 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
with:
files: ./lcov.info
name: codecov-unit
fail_ci_if_error: true
verbose: true
# - name: Upload Coverage Report
# uses: codecov/codecov-action@v3
# with:
# files: ./lcov.info
# name: codecov-unit
# fail_ci_if_error: true
# verbose: true

0 comments on commit ecf10bd

Please sign in to comment.