File tree 3 files changed +0
-41
lines changed
3 files changed +0
-41
lines changed Original file line number Diff line number Diff line change 13
13
from cardano_clusterlib .consts import MultiSlotTypeArgs
14
14
from cardano_clusterlib .consts import ScriptTypes
15
15
from cardano_clusterlib .consts import Votes
16
- from cardano_clusterlib .coverage import record_cli_coverage
17
16
from cardano_clusterlib .exceptions import CLIError
18
17
from cardano_clusterlib .helpers import get_rand_str
19
18
from cardano_clusterlib .helpers import read_address_from_file
Original file line number Diff line number Diff line change 12
12
from cardano_clusterlib import clusterlib_helpers
13
13
from cardano_clusterlib import consts
14
14
from cardano_clusterlib import conway_gov_group
15
- from cardano_clusterlib import coverage
16
15
from cardano_clusterlib import exceptions
17
16
from cardano_clusterlib import genesis_group
18
17
from cardano_clusterlib import governance_group
@@ -58,7 +57,6 @@ def __init__(
58
57
self .cluster_id = 0 # Can be used for identifying cluster instance
59
58
# Number of new blocks before the Tx is considered confirmed
60
59
self .confirm_blocks = consts .CONFIRM_BLOCKS_NUM
61
- self .cli_coverage : dict = {}
62
60
self ._rand_str = helpers .get_rand_str (4 )
63
61
self ._cli_log = ""
64
62
self .era_in_use = (
@@ -263,8 +261,6 @@ def cli(
263
261
clusterlib_helpers ._write_cli_log (clusterlib_obj = self , command = cmd_str )
264
262
LOGGER .debug ("Running `%s`" , cmd_str )
265
263
266
- coverage .record_cli_coverage (cli_args = cli_args_strs_all , coverage_dict = self .cli_coverage )
267
-
268
264
# Re-run the command when running into
269
265
# Network.Socket.connect: <socket: X>: resource exhausted (Resource temporarily unavailable)
270
266
# or
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments