Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add integration test to code coverage metrics (#1010)
Go 1.10 removes the need to run each test separately with the -coverprofile flag. * Include integration tests in coverage * Remove parallel from travis build script. * codecovio automatically merges coverage profiles
- Loading branch information
Showing
with
4 additions
and 10 deletions.
- +1 −0 .gitignore
- +2 −3 .travis.yml
- +1 −1 Makefile
- +0 −6 coverage.sh