Add grcov support (#41)

This commit is contained in:
Thom Chiovoloni
2023-01-05 01:33:35 -08:00
committed by GitHub
parent cb0368f574
commit 25738fc0b6
5 changed files with 171 additions and 10 deletions

View File

@@ -0,0 +1,15 @@
{
"repository": "https://github.com/mozilla/grcov",
"tag_prefix": "v",
"asset_name": "${package}-${rust_target}.tar.bz2",
"version_range": ">= 0.8.7",
"platform": {
"x86_64_linux_musl": {},
"x86_64_macos": {},
"x86_64_windows": {
"asset_name": "${package}-${rust_target}.zip"
},
"aarch64_linux_musl": {},
"aarch64_macos": {}
}
}