Skip to content

Commit

Permalink
Addressed clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Feb 9, 2025
1 parent e7d37ac commit 89a9e63
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions util/collect_coverage/collect_coverage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@
//! data files to compute the coverage report.
//!
//! This script assumes the following environment variables are set:
//! - COVERAGE_DIR Directory containing metadata files needed for
//! coverage collection (e.g. gcda files, profraw).
//! - COVERAGE_OUTPUT_FILE The coverage action output path.
//! - ROOT Location from where the code coverage collection
//! was invoked.
//! - RUNFILES_DIR Location of the test's runfiles.
//! - VERBOSE_COVERAGE Print debug info from the coverage scripts
//! - `COVERAGE_DIR``: Directory containing metadata files needed for coverage collection (e.g. gcda files, profraw).
//! - `COVERAGE_OUTPUT_FILE`: The coverage action output path.
//! - `ROOT`: Location from where the code coverage collection was invoked.
//! - `RUNFILES_DIR`: Location of the test's runfiles.
//! - `VERBOSE_COVERAGE`: Print debug info from the coverage scripts
//!
//! The script looks in $COVERAGE_DIR for the Rust metadata coverage files
//! (profraw) and uses lcov to get the coverage data. The coverage data
Expand Down

0 comments on commit 89a9e63

Please sign in to comment.