Skip to content

Commit

Permalink
Summarise the output document correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Apr 29, 2024
1 parent 89baebc commit 29e492d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AltCover.Engine/Runner.fs
Original file line number Diff line number Diff line change
Expand Up @@ -1514,7 +1514,7 @@ module internal Runner =
|> Seq.iter File.Delete

let document =
DocumentType.LoadReport format report
DocumentType.LoadReport format (Option.defaultValue report output)

J.doSummaries document format result)
255
Expand Down

0 comments on commit 29e492d

Please sign in to comment.