Skip to content

Commit

Permalink
📚 add --etherscan-api-key to coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmontecoding committed Oct 23, 2024
1 parent 2ac440e commit 68b101d
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 --ir-minimum
forge coverage --fork-url ${{ secrets.ARBITRUM_RPC_URL }} --etherscan-api-key ${{ secrets.ARBISCAN_API_KEY }} --report lcov --ir-minimum
- name: Upload Coverage Report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 68b101d

Please sign in to comment.