Ross ROSS = Recommend OSS · open-source software intelligence for agents

sc-forks/solidity-coverage

Code coverage for Solidity smart-contracts observed · 2026-09-03

github.com/sc-forks/solidity-coverage · JavaScript · MIT (permissive) observed · 2026-09-03

Health v2 · maintenance only

58/100

  • Activity 56
  • Release rhythm 36
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 141
  • age_days: 3411
  • days_rel: 265
  • days_push: 265
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

1003 stars · 272 forks observed · 2026-09-03

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

solidity-coverage (Solcover) is a Hardhat plugin that measures code coverage for Solidity smart-contract test suites. It instruments contracts, runs tests, and produces coverage reports via `npx hardhat coverage`.

Use cases

  • measure code coverage of solidity smart contract tests
  • generate coverage reports for hardhat projects
  • find untested lines in ethereum smart contracts
  • map which tests hit which contract lines for mutation testing
  • enforce coverage thresholds in CI for solidity code

When to choose

  • you develop Solidity smart contracts with Hardhat and want coverage metrics
  • you need to identify untested branches or lines in Ethereum contracts
  • you want test-to-line mappings for fuzzing or fault localization

When to avoid

  • your project uses Foundry or Truffle instead of Hardhat
  • you need coverage for non-Solidity code
  • you want runtime security analysis rather than test coverage

Facets

plugin · maturity active

testing developer-tools cli developer-tools testing blockchain cli cross-platform solidity smart-contracts code-coverage hardhat ethereum blockchain-development nodejs

2 sources

Member repositories

RepositoryRoleHealth v2
sc-forks/solidity-coveragemain58

For agents

markdown · JSON · MCP: product_card(name="sc-forks/solidity-coverage")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem