Skip to content

Commit 2dcc000

Browse files
authored
Pin grcov version in CI (Qiskit#14198)
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.
1 parent 45ee089 commit 2dcc000

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)