diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 68a54d05..b08bd2dc 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -44,8 +44,8 @@ jobs: run: npm run aave:fork:kovan env: ALCHEMY_KEY: ${{ secrets.ALCHEMY_KEY }} - # - name: Coverage - # run: npm run coverage - # - uses: codecov/codecov-action@v1 - # with: - # fail_ci_if_error: true + - name: Coverage + run: npm run coverage + - uses: codecov/codecov-action@v1 + with: + fail_ci_if_error: true diff --git a/package.json b/package.json index 5d1344e5..1420d44b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "test-scenarios": "npm run compile && npx hardhat test test-suites/test-aave/__setup.spec.ts test-suites/test-aave/scenario.spec.ts", "test-subgraph:scenarios": "npm run compile && hardhat --network hardhatevm_docker test test-suites/test-aave/__setup.spec.ts test-suites/test-aave/subgraph-scenarios.spec.ts", "test:main:check-list": "npm run compile && FORK=main TS_NODE_TRANSPILE_ONLY=1 hardhat test test-suites/test-aave/__setup.spec.ts test-suites/test-aave/mainnet/check-list.spec.ts", - "dev:coverage": "npm run compile && npx hardhat coverage --testfiles 'test-suites/test-aave/*.ts'", + "coverage": "npm run compile && npx hardhat coverage --testfiles 'test-suites/test-aave/*.ts'", "aave:evm:dev:migration": "npm run compile && hardhat aave:dev", "aave:docker:full:migration": "npm run compile && npm run hardhat:docker -- aave:mainnet --skip-registry", "aave:kovan:full:migration": "npm run compile && npm run hardhat:kovan -- aave:mainnet --skip-registry",