Does anyone know of a very large public Ruby codebase with a substantial test suite that can be used to test SimpleCov and tools that consume its coverage data?
I am the author of CovLoupe, which analyzes data generated by SimpleCov. I would like to test CovLoupe's performance and behavior against a much larger real-world codebase than the projects I currently have available.
Ideally, the project would:
- Be open source
- Have a large Ruby codebase
- Have a substantial test suite
- Generate a large SimpleCov result set
- Be reasonably straightforward to set up and test locally
Recommendations would be appreciated.
Does anyone know of a very large public Ruby codebase with a substantial test suite that can be used to test SimpleCov and tools that consume its coverage data?
I am the author of CovLoupe, which analyzes data generated by SimpleCov. I would like to test CovLoupe's performance and behavior against a much larger real-world codebase than the projects I currently have available.
Ideally, the project would:
Recommendations would be appreciated.