Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Dec 1, 2024
1 parent 14fe7a4 commit f6e3c7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/forge/bin/cmd/coverage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,10 @@ impl CoverageArgs {
}
}

// TODO: HTML
#[derive(Clone, Debug, ValueEnum)]
/// Coverage reports to generate.
#[derive(Clone, Debug, Default, ValueEnum)]
pub enum CoverageReportKind {
#[default]
Summary,
Lcov,
Debug,
Expand Down

0 comments on commit f6e3c7d

Please sign in to comment.