From 62a173edeba109bb7a3a0ad5f1eca8b01432e941 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 3 Jan 2020 16:03:56 +0100 Subject: [PATCH] Limit coverage in CI too --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d5ea9f15..b529f48f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -104,7 +104,7 @@ jobs: $PY get-pip.py --user fi - $PY -m pip install --user coverage codecov + $PY -m pip install --user 'coverage<5.0' codecov coverage combine codecov