lawrancej / CompilerKit

Compiler construction library in C.
GNU Lesser General Public License v2.1
55 stars 33 forks source link

Shell script to assess contributor quantity, quality #75

Open lawrancej opened 12 years ago

lawrancej commented 12 years ago

It'd be good to have a shell script to provide feedback on the quality and quantity of contributions. Quantity would be based on git blame for all versions of all source files over time.

Quality (crudely) would be based on the extent to which the tests provide coverage for the contributions.