File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments