From 68b101d675c0fa89f46eaae655da01e9e0b9519a Mon Sep 17 00:00:00 2001 From: Andrew Chiaramonte Date: Wed, 23 Oct 2024 11:10:42 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20add=20--etherscan-api-key=20to?= =?UTF-8?q?=20coverage.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ee06eeeb..3612da1d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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