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

Remove invalid flag for coverage job #72

Merged
merged 1 commit into from
May 4, 2020

Conversation

mtreinish
Copy link
Member

The coverage job requires setting the -Zno-landing-pads flag, however on
the current version of rust nightly this flag has been removed (see:
rust-lang/rust#70175) and the job is no longer working. This commit works
around this by removing the flag to fix the job (see mozilla/grcov#427
for more details).

The coverage job requires setting the -Zno-landing-pads flag, however on
the current version of rust nightly this flag has been removed (see:
rust-lang/rust#70175) and the job is no longer working. This commit works
around this by removing the flag to fix the job (see mozilla/grcov#427
for more details).
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 84.571% when pulling 7dd4b38 on mtreinish:fix-coverage-job into 6afe29b on Qiskit:master.

@mtreinish mtreinish merged commit df154b4 into Qiskit:master May 4, 2020
@mtreinish mtreinish deleted the fix-coverage-job branch May 4, 2020 20:19
mtreinish added a commit to mtreinish/retworkx that referenced this pull request Jul 13, 2020
This commit updates the flags used for generating coverage data with
grcov based on the latest README for grcov. [1] The last time these were
updated in Qiskit#72 was to remove a flag that was being removed from rust and
causing the job to fail. However, that commit failed to add equivalent
flags which would perform the same functionality. This commit fixes that
oversight so we should have more reliable coverage collection.

[1] https://github.com/mozilla/grcov/blob/master/README.md
mtreinish added a commit that referenced this pull request Jul 13, 2020
This commit updates the flags used for generating coverage data with
grcov based on the latest README for grcov. [1] The last time these were
updated in #72 was to remove a flag that was being removed from rust and
causing the job to fail. However, that commit failed to add equivalent
flags which would perform the same functionality. This commit fixes that
oversight so we should have more reliable coverage collection.

[1] https://github.com/mozilla/grcov/blob/master/README.md
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 this pull request may close these issues.

2 participants