From 77f95b1e7ac1c43f03bc885e4c0d931e2b2c00b9 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Mon, 25 Jan 2021 20:05:31 +0000 Subject: [PATCH] tests: Disable code coverage --- .ci/azure-pipelines-steps.yml | 2 ++ .travis.yml | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.ci/azure-pipelines-steps.yml b/.ci/azure-pipelines-steps.yml index 07358c0f..08b028b6 100644 --- a/.ci/azure-pipelines-steps.yml +++ b/.ci/azure-pipelines-steps.yml @@ -37,3 +37,5 @@ steps: - script: .ci/$(MODE)_tests.py displayName: "Run $(MODE)_tests.py" + env: + NOCOVERAGE: 1 diff --git a/.travis.yml b/.travis.yml index 877f9ca3..bb50dc51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,9 @@ cache: - directories: - /home/travis/virtualenv +env: + - NOCOVERAGE=1 + install: - grep -Erl git-lfs\|couchdb /etc/apt | sudo xargs rm -v - .ci/${MODE}_install.py