Skip to content

Commit

Permalink
Added property for opencover report path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshorn committed Nov 16, 2016
1 parent 2b95947 commit 9965427
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Cake.Sonar/SonarBeginSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ public class SonarBeginSettings
[Argument("/d:sonar.cs.dotcover.reportsPaths=")]
public string DotCoverReportsPath { get; set; }

[Argument("/d:sonar.cs.opencover.reportsPaths=")]
public string OpenCoverReportsPath { get; set; }

public bool Verbose { get; set; }
}
}

0 comments on commit 9965427

Please sign in to comment.