Commits


Antoine Pitrou authored and Wes McKinney committed 551e9cec0f0
ARROW-2813: [CI] [Followup] Disable gcov output in Travis-CI logs We don't actually need codecov's gcov discovery, since we gather coverage ourselves using `lcov` in the CI scripts. This suppresses hundreds of lines of logs in Travis-CI's output. Author: Antoine Pitrou <antoine@python.org> Closes #2379 from pitrou/codecov-disable-gcov-discovery and squashes the following commits: cc06becb <Antoine Pitrou> Disable gcov output in Travis-CI logs