Limit coverage in CI too

This commit is contained in:
Hynek Schlawack 2020-01-03 16:03:56 +01:00
parent 3fff9ee352
commit 62a173edeb
1 changed files with 1 additions and 1 deletions

View File

@ -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