aboutsummaryrefslogtreecommitdiff
path: root/.coverage.sh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-09-26Move `.coverage.sh` to `make coverage` (#301)Gravatar Yong Tang 1-12/+0
This fix moves the content of `.coverage.sh` to the Makefile and creates a target of `make coverage`. This cleans up as there is really no need to have a redundant script for simple coverage test. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-09-19Rename coverage.sh to .coverage.sh (#270)Gravatar Miek Gieben 1-0/+12
This is "infrastructure/meta" code, don't need to see it.