Commit 3241c5a
committed
gcov: accommodate the execution_count format change in GCC 8.1
The format of gcov's execution_count has been extended to indicate any
unexecuted blocks in a single line, with a following '*':
gcc-mirror/gcc@3cf7fdd
This confuses cpp-coveralls and leads to a parsing error:
Traceback (most recent call last):
[...]
coverage.append(int(cov_num))
ValueError: invalid literal for int() with base 10: '2*'1 parent d030c29 commit 3241c5a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
0 commit comments