Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coverage script combining results from hardhat and foundry tests #389

Open
miguelmtzinf opened this issue Feb 20, 2024 · 0 comments
Open

Comments

@miguelmtzinf
Copy link
Contributor

#322 added a script that runs both test suites and combines results into one single lcov file. However, this is no longer working due to the merge of #382, which is removing outdated logic for hardhat-foundry compatibility (e.g. preprocessor) and moving from npm dependencies to gitmodules/foundry ones.

A coverage script that includes results from both test suites would give a more complete vision of code coverage of the repo. For now, the repo contains coverage scripts for Hardhat and Foundry, separately.

NomicFoundation/hardhat#3961
foundry-rs/foundry#6609

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant