Skip to content

Commit a11fec0

Browse files
committed
kbuild: Fix missing _coverage definition
Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent 26d3df3 commit a11fec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernelci/kbuild.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ def __init__(self, node=None, jobname=None, params=None, jsonobj=None, apiconfig
243243
self._full_artifacts = jsonobj['full_artifacts']
244244
self._dtbs_check = jsonobj['dtbs_check']
245245
self._kfselftest = jsonobj['kfselftest']
246+
self._coverage = jsonobj.get('coverage', False)
246247
return
247248
raise ValueError("No valid arguments provided")
248249

0 commit comments

Comments
 (0)