diff --git a/.travis/test.sh b/.travis/test.sh index 3ade58d47..f9e63f6dc 100644 --- a/.travis/test.sh +++ b/.travis/test.sh @@ -136,6 +136,6 @@ else fi if [ "$SCAPY_COVERAGE" = "yes" ]; then - coverage combine ./ + coverage combine --rcfile=../.coveragerc ./ codecov fi