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

Provide a way to skip gcov execution #73

Closed
lpenz opened this issue May 9, 2020 · 0 comments · Fixed by #193
Closed

Provide a way to skip gcov execution #73

lpenz opened this issue May 9, 2020 · 0 comments · Fixed by #193
Assignees

Comments

@lpenz
Copy link

lpenz commented May 9, 2020

There's a very high coupling between the version of gcov and the version of gcc used during compilation. If they don't match, we get the following error:

./CMakeCXXCompilerId.gcno:version 'A83*', prefer 'A93*'

We have to run gcov in the same container that compiled the tests.
Codecov's bash starter runs gcov by default, but it has a flag that, when set, skips that phase.
Unfortunately, the github codecov-action doesn't have a similar flag as far as I could tell.

TL;DR: can we get something that allows us to tell codecov-action to not run gcov and just use the gcov files that are already there? That detaches us from having to use the same compiler present in codecov-action's environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants