Fix path to test_keyhints.py in check_coverage.py
utils -> misc
This commit is contained in:
parent
d0af80fbd5
commit
5c8d1656ff
@ -91,6 +91,8 @@ PERFECT_FILES = [
|
|||||||
'qutebrowser/misc/cmdhistory.py'),
|
'qutebrowser/misc/cmdhistory.py'),
|
||||||
('tests/unit/misc/test_ipc.py',
|
('tests/unit/misc/test_ipc.py',
|
||||||
'qutebrowser/misc/ipc.py'),
|
'qutebrowser/misc/ipc.py'),
|
||||||
|
('tests/unit/misc/test_keyhints.py',
|
||||||
|
'qutebrowser/misc/keyhintwidget.py'),
|
||||||
|
|
||||||
(None,
|
(None,
|
||||||
'qutebrowser/mainwindow/statusbar/keystring.py'),
|
'qutebrowser/mainwindow/statusbar/keystring.py'),
|
||||||
@ -138,8 +140,6 @@ PERFECT_FILES = [
|
|||||||
'qutebrowser/utils/error.py'),
|
'qutebrowser/utils/error.py'),
|
||||||
('tests/unit/utils/test_typing.py',
|
('tests/unit/utils/test_typing.py',
|
||||||
'qutebrowser/utils/typing.py'),
|
'qutebrowser/utils/typing.py'),
|
||||||
('tests/unit/utils/test_keyhints.py',
|
|
||||||
'qutebrowser/misc/keyhintwidget.py'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user