diff --git a/Source/DafnyDriver/Commands/CoverageReportCommand.cs b/Source/DafnyDriver/Commands/CoverageReportCommand.cs index 846e71440b4..b5b538384c3 100644 --- a/Source/DafnyDriver/Commands/CoverageReportCommand.cs +++ b/Source/DafnyDriver/Commands/CoverageReportCommand.cs @@ -7,20 +7,26 @@ using System.IO; using System.Linq; using System.Threading.Tasks; +using DafnyCore; namespace Microsoft.Dafny; static class CoverageReportCommand { + public static readonly Option OnlyLabelOption = new("--only-label", + "Skip coverage labels other than the given one, after merging labels from the input reports."); + public static IEnumerable