Fixes code coverage for gitoxide (#9581)

Signed-off-by: Nathaniel Brough <nathaniel.brough@gmail.com>
This commit is contained in:
Nathaniel Brough 2023-02-06 02:14:05 -08:00 committed by GitHub
parent 785b795ab1
commit 23e7c58e78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -17,4 +17,5 @@
FROM gcr.io/oss-fuzz-base/base-builder-rust FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN git clone --depth 1 https://github.com/Byron/gitoxide.git gitoxide RUN git clone --depth 1 https://github.com/Byron/gitoxide.git gitoxide
WORKDIR gitoxide WORKDIR gitoxide
RUN rustup component add rust-src
COPY build.sh $SRC/ COPY build.sh $SRC/

View File

@ -1,6 +1,8 @@
homepage: "https://crates.io/crates/gitoxide" homepage: "https://crates.io/crates/gitoxide"
language: rust language: rust
primary_contact: "byronimo@gmail.com" primary_contact: "byronimo@gmail.com"
auto_ccs:
- "nathaniel.brough@gmail.com"
main_repo: "https://github.com/Byron/gitoxide" main_repo: "https://github.com/Byron/gitoxide"
file_github_issue: true file_github_issue: true
sanitizers: sanitizers: