We always want to run codecov test, even if there are spurious
failures. We should really work around those failures more, though,
it is starting to annoy me.
- sudo chmod go+x /home/travis
- sudo chmod -R go+rwX /home/travis/build
- sudo ./test/integration/run-tests -qq
- sudo chmod go+x /home/travis
- sudo chmod -R go+rwX /home/travis/build
- sudo ./test/integration/run-tests -qq
- cd build
- gcov -r $(find -name '*.gcno')
- bash <(curl -s https://codecov.io/bash)
- cd build
- gcov -r $(find -name '*.gcno')
- bash <(curl -s https://codecov.io/bash)