From 40e2df377a9c209f6f2e351148ad0638770ca0f2 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 28 Aug 2020 18:16:13 +0200 Subject: [PATCH] travis: Giving up on coverage... --- .travis/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/build.sh b/.travis/build.sh index 96f084e..c156e8f 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -67,6 +67,6 @@ export COVERAGE_FILE="$CWD/.coverage" export COVERAGE_RCFILE="$CWD/.coveragerc" export PYTHONPATH="$CWD" -pytest -vvv --timeout=550 --timeout_method=thread -p no:logging -n 5 --cov +pytest -vvv --timeout=550 --timeout_method=thread -p no:logging -n 5 -codecov --env COMPAT,DEVELOPER,EXPERIMENTAL_FEATURES +#codecov --env COMPAT,DEVELOPER,EXPERIMENTAL_FEATURES