diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 158d169..2f8d1c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,13 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - run: yarn install - - run: yarn coverage - uses: paambaati/codeclimate-action@v6.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} + with: + coverageCommand: yarn coverage + coverageLocations: | + ${{github.workspace}}/coverage/lcov.info:lcov # deploy: # runs-on: ubuntu-latest diff --git a/.gitignore b/.gitignore index e8c12ff..ff2622a 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,5 @@ node_modules # Hardhat Ignition default folder for deployments against a local node ignition/deployments/chain-31337 + +.DS_Store \ No newline at end of file