From e59b0db839c9f8b6e76ffe03f30c74a940ee9f4e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 24 Nov 2019 14:54:56 +0100 Subject: [PATCH] Only export COVERALLS_PARALLEL in coveralls upload Having it shown as per-job env makes things more confusing. --- .travis.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2684c18..1f547c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,13 +40,9 @@ addons: packages: - lcov -# coverage settings from here: -env: - - COVERALLS_PARALLEL=true - after_success: - lcov --capture --no-external --directory . --output-file coverage.info - - coveralls-lcov coverage.info + - COVERALLS_PARALLEL=true coveralls-lcov coverage.info - pip install codecov - codecov -- 2.39.2