Skip to content

Commit

Permalink
ci: minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga committed Apr 27, 2020
1 parent 45403ee commit 9bf040e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/block-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ coverage:
project:
default:
target: auto
threshold: 1%
threshold: 2%
base: auto

0 comments on commit 9bf040e

Please sign in to comment.