summaryrefslogtreecommitdiffstats
path: root/llvm/utils/check-coverage-regressions.py
Commit message (Collapse)AuthorAgeFilesLines
* [utils] Delete the 'check-coverage-regressions' scriptVedant Kumar2016-09-191-139/+0
| | | | | | | | | In practice, it's way too noisy. It's also a maintenance burden, since we apparently can't add tests for it without breaking some Windows setups (see: D22692). llvm-svn: 281871
* [utils] Update coverage regression checking scriptVedant Kumar2016-07-221-37/+41
| | | | | | | | r276409 changed the coverage summary format. Update the script so that it can parse the new output, and incorporate the new information into its warnings. llvm-svn: 276446
* [utils] Add script to check for code coverage regressionsVedant Kumar2016-07-201-0/+135
Differential Revision: https://reviews.llvm.org/D22544 llvm-svn: 276199
OpenPOWER on IntegriCloud