Limit coverage in CI too
This commit is contained in:
parent
3fff9ee352
commit
62a173edeb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue