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

Travis: switch OSX build to Xcode 11.4 #4029

Merged
merged 1 commit into from
May 17, 2020

Conversation

fingolfin
Copy link
Member

This should fix a bug in the coverage computation in older clang
versions (before LLVM 8) where the function signature is marked as
uncovered: clang instruments incorrectly marks it as code. That is:

void foo(void) // <- this line is marked as uncovered code
{
    return 0;
}

See also

This should fix a bug in the coverage computation in older clang
versions (before LLVM 8) where the function signature is marked as
uncovered: clang instruments incorrectly marks it as code. That is:

    void foo(void) // <- this line is marked as uncovered code
    {
        return 0;
    }

See also
- <https://stackoverflow.com/q/31507084>
- <https://stackoverflow.com/q/47960954>
- <linux-test-project/lcov#30>
@fingolfin fingolfin added release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: ci Anything related to GitHub Actions, Codecov, AppVeyor, Coveralls, Travis, ... labels May 16, 2020
@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 84.555% when pulling bd8f51f on fingolfin:mh/travis-xcode11.4 into 5d2fe4a on gap-system:master.

@fingolfin fingolfin merged commit 097737b into gap-system:master May 17, 2020
@fingolfin fingolfin deleted the mh/travis-xcode11.4 branch May 17, 2020 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release notes: not needed PRs introducing changes that are wholly irrelevant to the release notes topic: ci Anything related to GitHub Actions, Codecov, AppVeyor, Coveralls, Travis, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants