Skip to content

Move logic from PercentageWidget to Percentage #266

Move logic from PercentageWidget to Percentage

Move logic from PercentageWidget to Percentage #266

Triggered via push July 25, 2024 19:40
Status Failure
Total duration 1d 0h 26m 11s
Artifacts

ci.yml

on: push
Matrix: linters
Matrix: tests-docker
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 20 warnings
linters (flake8)
Process completed with exit code 1.
linters (mypy-pyqt5)
Process completed with exit code 1.
linters (mypy-pyqt6)
Process completed with exit code 1.
linters (pylint)
Process completed with exit code 20.
tests (py312-pyqt67, macos-14, 3.12, tests/unit)
AttributeError: 'Progress' object has no attribute 'height'
tests (py312-pyqt67, macos-14, 3.12, tests/unit)
FAILED tests/unit/mainwindow/statusbar/test_progress.py::test_progress_big_statusbar - AttributeError: 'Progress' object has no attribute 'height'
tests (py312-pyqt67, macos-14, 3.12, tests/unit)
Process completed with exit code 1.
tests (py312-pyqt67, macos-12, 3.12, tests/unit)
AttributeError: 'Progress' object has no attribute 'height'
tests (py312-pyqt67, macos-12, 3.12, tests/unit)
FAILED tests/unit/mainwindow/statusbar/test_progress.py::test_progress_big_statusbar - AttributeError: 'Progress' object has no attribute 'height'
tests (py312-pyqt67, macos-12, 3.12, tests/unit)
Process completed with exit code 1.
tests-docker (py-qt5, archlinux-webengine-unstable)
The job running on runner GitHub Actions 6 has exceeded the maximum execution time of 45 minutes.
tests-docker (py-qt5, archlinux-webengine-unstable)
The operation was canceled.
tests-docker (py-qt5, archlinux-webkit)
The job running on runner GitHub Actions 9 has exceeded the maximum execution time of 45 minutes.
tests-docker (py-qt5, archlinux-webkit)
The operation was canceled.
tests-docker (py, archlinux-webengine-unstable-qt6)
The job running on runner GitHub Actions 14 has exceeded the maximum execution time of 45 minutes.
tests-docker (py, archlinux-webengine-unstable-qt6)
The operation was canceled.
tests-docker (py, archlinux-webengine-qt6)
The job running on runner GitHub Actions 5 has exceeded the maximum execution time of 45 minutes.
tests-docker (py-qt5, archlinux-webengine)
The job running on runner GitHub Actions 2 has exceeded the maximum execution time of 45 minutes.
tests-docker (py, archlinux-webengine-qt6)
The operation was canceled.
tests-docker (py-qt5, archlinux-webengine)
The operation was canceled.
tests (py310-pyqt65, ubuntu-22.04, 3.10)
The job running on runner GitHub Actions 3 has exceeded the maximum execution time of 45 minutes.
tests (py310-pyqt65, ubuntu-22.04, 3.10)
The operation was canceled.
tests (py312-pyqt67, windows-2019, 3.12)
The job running on runner GitHub Actions 11 has exceeded the maximum execution time of 45 minutes.
tests (py312-pyqt67, windows-2019, 3.12)
The operation was canceled.
tests (py311-pyqt66, ubuntu-22.04, 3.11)
The job running on runner GitHub Actions 20 has exceeded the maximum execution time of 45 minutes.
tests (py311-pyqt66, ubuntu-22.04, 3.11)
The operation was canceled.
tests (py312-pyqt66, ubuntu-22.04, 3.12)
The job running on runner GitHub Actions 13 has exceeded the maximum execution time of 45 minutes.
tests (py312-pyqt66, ubuntu-22.04, 3.12)
The operation was canceled.
tests (py311-pyqt515, ubuntu-20.04, 3.11)
The job running on runner GitHub Actions 12 has exceeded the maximum execution time of 45 minutes.
tests (py311-pyqt515, ubuntu-20.04, 3.11)
The operation was canceled.
tests (py38-pyqt5152, ubuntu-20.04, 3.8)
The job running on runner GitHub Actions 16 has exceeded the maximum execution time of 45 minutes.
tests (py38-pyqt5152, ubuntu-20.04, 3.8)
The operation was canceled.
tests (py311-pyqt67, ubuntu-22.04, 3.11)
The job running on runner GitHub Actions 8 has exceeded the maximum execution time of 45 minutes.
tests (py311-pyqt67, ubuntu-22.04, 3.11)
The operation was canceled.
tests (py312-pyqt67, ubuntu-22.04, 3.12)
The job running on runner GitHub Actions 19 has exceeded the maximum execution time of 45 minutes.
tests (py312-pyqt67, ubuntu-22.04, 3.12)
The operation was canceled.
tests (py38-pyqt62, ubuntu-20.04, 3.8)
The job running on runner GitHub Actions 17 has exceeded the maximum execution time of 45 minutes.
tests (py38-pyqt62, ubuntu-20.04, 3.8)
The operation was canceled.
tests (py38-pyqt63, ubuntu-20.04, 3.8)
The job running on runner GitHub Actions 10 has exceeded the maximum execution time of 45 minutes.
tests (py38-pyqt63, ubuntu-20.04, 3.8)
The operation was canceled.
tests (py39-pyqt64, ubuntu-20.04, 3.9)
The job running on runner GitHub Actions 15 has exceeded the maximum execution time of 45 minutes.
tests (py39-pyqt64, ubuntu-20.04, 3.9)
The operation was canceled.
tests (py312-pyqt67, macos-11, 3.12, tests/unit)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
linters (flake8): qutebrowser/mainwindow/statusbar/backforward.py#L16
Missing docstring in public class
linters (flake8): qutebrowser/mainwindow/statusbar/bar.py#L201
'StatusBar._get_widget_from_config' is too complex (14)
linters (flake8): qutebrowser/mainwindow/statusbar/clock.py#L44
Missing docstring in public class
linters (flake8): qutebrowser/mainwindow/statusbar/item.py#L1
Missing docstring in public module
linters (flake8): qutebrowser/mainwindow/statusbar/item.py#L4
Missing docstring in public class
linters (flake8): qutebrowser/mainwindow/statusbar/keystring.py#L18
Missing docstring in public class
linters (flake8): qutebrowser/mainwindow/statusbar/percentage.py#L23
Missing docstring in public class
linters (flake8): qutebrowser/mainwindow/statusbar/progress.py#L45
Missing docstring in public class
linters (flake8): qutebrowser/mainwindow/statusbar/searchmatch.py#L20
Missing docstring in public class
linters (flake8): qutebrowser/mainwindow/statusbar/tabindex.py#L16
Missing docstring in public class
linters (pylint): qutebrowser/mainwindow/statusbar/textbase.py#L81
__init__ method from base class 'StatusBarItem' is not called
linters (pylint): qutebrowser/mainwindow/statusbar/progress.py#L46
__init__ method from base class 'StatusBarItem' is not called
linters (pylint): qutebrowser/mainwindow/statusbar/progress.py#L8
Unused pyqtSlot imported from qutebrowser.qt.core
linters (pylint): qutebrowser/mainwindow/statusbar/item.py#L1
Missing module docstring
linters (pylint): qutebrowser/mainwindow/statusbar/item.py#L4
Missing class docstring
linters (pylint): qutebrowser/mainwindow/statusbar/clock.py#L44
Missing class docstring