spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Added the option to choose the number of commits you want to compile #121

Closed kajdreef closed 4 years ago

kajdreef commented 4 years ago

Initially the working build finder took in a project, and optionally a commit_sha to start the working build finder. After that it would compile commits till: (1) a passing build was found, or (2) 10 additional commits were compiled that did not succeed.

This change adds in an option to specify how many commits are tried before it gives up, using the -n <number> or --number <number> flags.