-
The coverage.json, coverage.txt, and the JSON files in the coverage folder are either empty or only contain "{"coverage":{}}" when we run the command "timeout 20s ityfuzz evm -t './build/*'" with the …
-
Looks like `hardhat coverage` significantly increases gas costs with instrumentation. From what I see in the below blog post (linked in hardhat docs), I'm not sure if this is something we can actually…
-
## Problem
[Codecov](https://app.codecov.io/gh/hyperlane-xyz/hyperlane-monorepo) currently only tracks the solidity smart contract code. We would like to track the coverage of the other packages.
##…
-
### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (d896050 2022-10-21T00:08:06.615745Z)
…
-
After migrating an upstream change from geth here: https://github.com/ava-labs/subnet-evm/pull/750 (upstream PR here: https://github.com/ethereum/go-ethereum/pull/26568) we discussed adding better tes…
-
I think it might be a good idea to have a CI service perform a certain script for each PR/branch, like making sure solidity and js lint, or running coverage and asserting all tests pass with more than…
-
# Handle
leastwood
# Vulnerability details
## Impact
Adequate test coverage and regular reporting is an essential process in ensuring the codebase works as intended. Insufficient code coverage may…
-
Hi,
I had cloned this project and ran "npx hardhat test" but it says an error like;
Error HH801: Plugin @nomicfoundation/hardhat-toolbox requires the following dependencies to be installed: @nom…
-
Solidity `public` state variables have getter functions automatically generated for them, making them part of the public API of a contract. Testing that they exist and can be used is therefore importa…
-
Hi @william2958 It would be great to have a command like "npm run test" to execute all the test's. It should also spin up a testnet. I need it for the CI. BTW. Can you also setup the code coverage lik…