summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortoofar <toofar@spalge.com>2023-03-18 16:50:12 +1300
committertoofar <toofar@spalge.com>2023-03-18 17:30:26 +1300
commit2d6d602f2987b2cc83825b76e7f41e418c589096 (patch)
treeb13f812158f077d48e0dd835ab919d0149d2da6e
parentfa70b4a3195dc936bf436d5cfa70a2bbcacc100f (diff)
downloadqutebrowser-2d6d602f2987b2cc83825b76e7f41e418c589096.tar.gz
qutebrowser-2d6d602f2987b2cc83825b76e7f41e418c589096.zip
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.
-rw-r--r--.github/workflows/ci.yml8
1 files 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