Skip to content
Merged
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/hardhat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
shell: bash
run: |
source <(cargo llvm-cov show-env --export-prefix)
pnpm -C hardhat-tests test:ci
pnpm -C hardhat-tests test
# `--release` included to match `build:dev` compilation flags
cargo llvm-cov report --release --locked --codecov --output-path codecov.json

Expand Down
3 changes: 0 additions & 3 deletions hardhat-tests/integration/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions hardhat-tests/integration/smock/contracts/FooBar.sol

This file was deleted.

6 changes: 0 additions & 6 deletions hardhat-tests/integration/smock/hardhat.config.js

This file was deleted.

17 changes: 0 additions & 17 deletions hardhat-tests/integration/smock/package.json

This file was deleted.

18 changes: 0 additions & 18 deletions hardhat-tests/integration/smock/test/test.js

This file was deleted.

4 changes: 1 addition & 3 deletions hardhat-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@
"lint:fix": "pnpm prettier --write && pnpm eslint --fix",
"pretest": "cd .. && pnpm build:dev",
"prettier": "prettier --check \"**/*.{js,ts,md,json}\"",
"test": "mocha --recursive \"test/**/*.ts\"",
"test:ci": "pnpm test && pnpm test:integration",
"test:integration": "bash run-integration-tests.sh"
"test": "mocha --recursive \"test/**/*.ts\""
}
}
15 changes: 0 additions & 15 deletions hardhat-tests/run-integration-tests.sh

This file was deleted.

Loading