Commit 3ee4998
committed
fix: handle improper coverage format with warning
The start-cluster.log can now contain also information other than
`cardano-cli` commands.
Previously, an AttributeError was raised when the coverage data was not in
the proper format. This change updates the code to log a warning message
instead and continue processing. This prevents the program from stopping
abruptly due to format issues.1 parent e5515bc commit 3ee4998
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
180 | | - | |
| 179 | + | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
0 commit comments