diff --git a/.github/workflows/block-test.yml b/.github/workflows/block-test.yml index 37a1b7b4ca3..05b1ecb1649 100644 --- a/.github/workflows/block-test.yml +++ b/.github/workflows/block-test.yml @@ -29,7 +29,7 @@ jobs: - uses: actions/checkout@v1 - run: npx lerna bootstrap --scope ethereumjs-block --ignore-scripts --include-dependencies --no-ci - run: npx lerna run --scope ethereumjs-block --include-dependencies build - - run: 'npm run test:node' + - run: 'npm run test' env: CI: true working-directory: '${{ env.cwd }}' diff --git a/codecov.yml b/codecov.yml index 56af82c5c01..597590db264 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,6 +3,6 @@ coverage: project: default: target: auto - threshold: 1% + threshold: 2% base: auto