ci: Pin `grcov` and its dependencies.

This ensures that we'll install a known working version of `grcov`,
and use its packaged `Cargo.lock` file to avoid issues with breaking
changes in downstream dependencies.
This commit is contained in:
Lina Butler 2023-08-26 06:02:34 -04:00 коммит произвёл Mark Hammond
Родитель b4da7f459b
Коммит 3c4288280f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -53,7 +53,7 @@ commands:
- run:
name: Install grcov
command: |
cargo install grcov
cargo install --locked grcov@0.8.19
# Run in a different shell to source $BASH_ENV
- run: |
grcov --version