Skip to content

Commit

Permalink
Fix omission of Json in TypeSafe report format enum
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Mar 23, 2024
1 parent 6ed01bb commit 0f15f2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions AltCover.Engine/TypeSafe.fs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ module TypeSafe =
type ReportFormat =
| NCover
| OpenCover
| Json
member self.AsString() = self.ToString()

[<ExcludeFromCodeCoverage; NoComparison; AutoSerializable(false)>]
Expand Down
4 changes: 4 additions & 0 deletions AltCover.Engine/TypeSafe.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@ namespace AltCoverFake.DotNet.Testing
/// OpenCover style
///</summary>
| OpenCover
///<summary>
/// AltCover JSON style
///</summary>
| Json
with
///<summary>
/// Returns the string to use in the command line
Expand Down

0 comments on commit 0f15f2f

Please sign in to comment.