diff --git a/.github/workflows/_contracts.yml b/.github/workflows/_contracts.yml index 877c0832f..9abdad139 100644 --- a/.github/workflows/_contracts.yml +++ b/.github/workflows/_contracts.yml @@ -41,6 +41,7 @@ jobs: if: ${{ env.CODECOV_TOKEN != '' }} uses: codecov/codecov-action@v5 with: + working-directory: contracts files: ./lcov.info token: ${{ env.CODECOV_TOKEN }} slug: ArkEcosystem/mainsail