Skip to content

Commit

Permalink
Merge pull request #3 from phrusher/opencover_reportpath
Browse files Browse the repository at this point in the history
Added property for opencover report path.
  • Loading branch information
tomstaijen authored Nov 17, 2016
2 parents 2b95947 + 9965427 commit 1c54c2e
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 1c54c2e

Please sign in to comment.