Skip to content

Commit

Permalink
grcov-0.8.18 (cashapp#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Robinson authored Jun 13, 2023
1 parent 3d522e5 commit 851042d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions grcov.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
description = "Rust tool to collect and aggregate code coverage data for multiple source files."
homepage = "https://github.com/mozilla/grcov"
binaries = ["grcov"]

platform "darwin" {
source = "https://github.com/mozilla/grcov/releases/download/v${version}/grcov-${xarch}-apple-darwin.tar.bz2"
}

platform "linux" {
source = "https://github.com/mozilla/grcov/releases/download/v${version}/grcov-${xarch}-unknown-linux-gnu.tar.bz2"
}

version "0.8.18" {
auto-version {
github-release = "mozilla/grcov"
}
}

0 comments on commit 851042d

Please sign in to comment.