Skip to content

Commit d711a15

Browse files
Pin grcov version in CI (Qiskit#14198) (Qiskit#14209)
The coverage job has been failing the past day or two because the rust coverage data lcov file can't be found. There was a release of grcov (the tool used to generate this file) around that time. In an attempt to unblock CI this commit pins the version installed as part of the job to the previous release. (cherry picked from commit 2dcc000) Co-authored-by: Matthew Treinish <[email protected]>
1 parent 511ecbf commit d711a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Install dependencies
3333
run: |
34-
cargo install grcov
34+
cargo install grcov@0.8.24
3535
sudo apt-get install lcov
3636
3737
# This is needed to support any requirements, particularly in the `optionals` set,

0 commit comments

Comments
 (0)