Added Patch coverage tool 86/80286/1
authorDavid Steele <david.steele@samsung.com>
Fri, 15 Jul 2016 14:09:20 +0000 (15:09 +0100)
committerDavid Steele <david.steele@samsung.com>
Fri, 15 Jul 2016 14:09:20 +0000 (15:09 +0100)
commit8865f69e7012954bdc832b98ec40167649e63d8e
treecb015d31fc184dbbdbebddeb1594a8002727f531
parent3370fc4e6a759828fb33da50ea25c7b212623829
Added Patch coverage tool

After building and running automated tests, you can test
the coverage of your current patch (either in the working
directory, or the head patch, or some other difference to HEAD
supplied by the arguments).

The script will return 1 if the test coverage is less
than 90%, otherwise it will return 0 to indicate no error.

This script will also be run as part of the verification process.

Change-Id: I93b1115014e5383a33977e1950350a41d66e950b
Signed-off-by: David Steele <david.steele@samsung.com>
automated-tests/patch-coverage.pl [new file with mode: 0755]
build/tizen/Makefile.am