Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gcov: accommodate the execution_count format change in GCC 8.1 #127

Merged
merged 1 commit into from
Jul 6, 2018

Commits on Jun 27, 2018

  1. 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*'
    ueno committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    3241c5a View commit details
    Browse the repository at this point in the history