Skip to content

Commit 89a9e63

Browse files
committed
Addressed clippy errors
1 parent e7d37ac commit 89a9e63

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

util/collect_coverage/collect_coverage.rs

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
//! data files to compute the coverage report.
1010
//!
1111
//! This script assumes the following environment variables are set:
12-
//! - COVERAGE_DIR Directory containing metadata files needed for
13-
//! coverage collection (e.g. gcda files, profraw).
14-
//! - COVERAGE_OUTPUT_FILE The coverage action output path.
15-
//! - ROOT Location from where the code coverage collection
16-
//! was invoked.
17-
//! - RUNFILES_DIR Location of the test's runfiles.
18-
//! - VERBOSE_COVERAGE Print debug info from the coverage scripts
12+
//! - `COVERAGE_DIR``: Directory containing metadata files needed for coverage collection (e.g. gcda files, profraw).
13+
//! - `COVERAGE_OUTPUT_FILE`: The coverage action output path.
14+
//! - `ROOT`: Location from where the code coverage collection was invoked.
15+
//! - `RUNFILES_DIR`: Location of the test's runfiles.
16+
//! - `VERBOSE_COVERAGE`: Print debug info from the coverage scripts
1917
//!
2018
//! The script looks in $COVERAGE_DIR for the Rust metadata coverage files
2119
//! (profraw) and uses lcov to get the coverage data. The coverage data

0 commit comments

Comments
 (0)