Codecov uses Travis envs to get the build path but because the tests are
running in the container the path is `/app` instead of
`/home/travis/build/apache/incubator-airflow`
Codecov logs:
```
==> Preparing upload
/bin/sh: 1: cd: can't cd to /home/travis/build/apache/incubator-airflow
Error running `cd /home/travis/build/apache/incubator-airflow && git
ls-files`: None
==> Processing gcov (disable by -X gcov)
Executing gcov (find /home/travis/build/apache/incubator-airflow -not -path
'./bower_components/**' -not -path './node_modules/**' -not -path './vendor/**'
-type f -name '*.gcno' -exec gcov -pb {} +)
find: ‘/home/travis/build/apache/incubator-airflow’: No such file or directory
Error running `find /home/travis/build/apache/incubator-airflow -not -path
'./bower_components/**' -not -path './node_modules/**' -not -path './vendor/**'
-type f -name '*.gcno' -exec gcov -pb {} +`: None
```
[ Full content available at:
https://github.com/apache/incubator-airflow/pull/3770 ]
This message was relayed via gitbox.apache.org for [email protected]