Commit graph

2 commits

Author SHA1 Message Date
Miek Gieben
1e706b5f21 Rename coverage.sh to .coverage.sh (#270)
This is "infrastructure/meta" code, don't need to see it.
2016-09-19 10:56:21 +01:00
Yong Tang
587a347a40 Add codecov.io processing with travis-ci integration. (#269)
This fix adds the codecov.io process with travis-ci integration,
so that code coverage could be processed and displayed with codecov.io.

Since go cannot use test profile flag with multiple packages,
we have to iterate through packages with `coverage.sh`.

Some consolidation could be done by combining them into one `make test`.

Will do some consolidation in a follow up PR.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-09-18 11:01:57 -07:00