From 2d6d602f2987b2cc83825b76e7f41e418c589096 Mon Sep 17 00:00:00 2001 From: toofar Date: Sat, 18 Mar 2023 16:50:12 +1300 Subject: ci: update cov test run but keep it disabled Error: qutebrowser/browser/webengine/certificateerror.py has 90.91% line and 50.00% branch coverage! Error: qutebrowser/browser/webengine/darkmode.py has 96.88% line and 100.00% branch coverage! Error: qutebrowser/keyinput/basekeyparser.py has 97.59% line and 100.00% branch coverage! Error: qutebrowser/keyinput/keyutils.py has 92.64% line and 96.30% branch coverage! Error: qutebrowser/utils/debug.py has 94.51% line and 92.19% branch coverage! Error: qutebrowser/utils/qtutils.py has 98.67% line and 96.74% branch coverage! Error: qutebrowser/utils/usertypes.py has 99.20% line and 96.30% branch coverage! Error: qutebrowser/utils/version.py has 97.66% line and 97.83% branch coverage! Maybe we should open an issue to get them back up. --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9b6a023e..a1e629df6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,11 +132,11 @@ jobs: - testenv: py39-pyqt5152 os: ubuntu-20.04 python: "3.9" - ### PyQt 5.15 (Python 3.9, with coverage) + ### PyQt 5.15 (Python 3.10, with coverage) # FIXME:qt6 - # - testenv: py39-pyqt515-cov - # os: ubuntu-22.04 - # python: "3.10" + # - testenv: py310-pyqt515-cov + # os: ubuntu-22.04 + # python: "3.10" ### PyQt 5.15 (Python 3.11) - testenv: py311-pyqt515 os: ubuntu-20.04 -- cgit v1.2.3-54-g00ecf