Skip to content

Commit

Permalink
Merge pull request #2654 from alcated/patch-1
Browse files Browse the repository at this point in the history
Add missing report types
  • Loading branch information
yazeedobaid authored Feb 9, 2022
2 parents ef15c1d + f9ccc88 commit 7940ff1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/Fake.DotNet.Testing.DotCover/DotCover.fs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ type ReportType =
| Json = 1
| Xml = 2
| NDependXml = 3
| DetailedXml = 4
| SummaryXml = 5

/// The dotCover parameter type for running coverage
type Params =
Expand Down

0 comments on commit 7940ff1

Please sign in to comment.