I'm imagining an application that can facilitate refactoring of legacy applications with multiple, disorganised tests suites. I want to collecting code coverage statistics for multiple test suites into a database that maintains the relation between lines executed and the test that executed, all sorts of useful data can be extracted. For example - code that is tested multiple times, test suites that are testing the wrong things and so on.
What data store would be suitable to relate 250,000+ lines of code to 3000+ tests and allow reasonably fast queries on the data?
Something with a PHP driver would be needed in my case.
Aucun commentaire:
Enregistrer un commentaire