Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install && yarn run test
- run: yarn install && yarn run coverage
env:
GOERLI_URL: ${{ secrets.GOERLI_URL}}
MUAMBAI_URL: ${{ secrets.MUAMBAI_URL }}
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint": "solhint 'contracts/*.sol'",
"lint:fix": "solhint 'contracts/**/*.sol' --fix",
"format": "prettier --write .",
"coverage": "hardhat coverage",
"coverage": "hardhat coverage && yarn istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
"types": "hardhat typechain"
},
"devDependencies": {
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion typechain-types/factories/contracts/Greeter__factory.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion typechain-types/factories/contracts/LoopToken__factory.ts

Large diffs are not rendered by default.