summaryrefslogtreecommitdiffstats
path: root/build/signed-off-checker.php
Commit message (Collapse)AuthorAgeFilesLines
* Add codecovLukas Reschke2016-09-281-0/+6
| | | | | | Allows coverage tracking using codecov Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Read repo name dynamicallyLukas Reschke2016-09-261-1/+13
| | | | | | This way apps can easily use this as well Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Rely solely on GitHub API outputLukas Reschke2016-09-221-22/+7
| | | | | | This doesn't download the whole git repository again which saves roughly 90 seconds in execution time on the test. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add checker for signed off commitsLukas Reschke2016-09-221-0/+120
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>