1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Use grcov latest again (grcov 0.8.2 fixed the take issue)

This commit is contained in:
Sylvestre Ledru 2021-08-19 12:41:14 +02:00 committed by GitHub
parent 252220e9eb
commit a9bab842ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -625,7 +625,7 @@ jobs:
uses: actions-rs/install@v0.1
with:
crate: grcov
version: 0.8.0
version: latest
use-tool-cache: false
- name: Generate coverage data (via `grcov`)
id: coverage