Skip to content

Commit

Permalink
Fixing code coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
pavzaj committed Jan 18, 2017
1 parent e7d3455 commit 6804216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RunOpencoverCodeCoverageSession.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -mergebyhash -skipautoprops -register:user -output:opencoverTestCoverageReport.xml -target:".\packages\NUnit.ConsoleRunner.3.5.0\tools\nunit3-console.exe" -targetargs:"VisualMutator.sln --config=Release --result:nunit3TestResult.xml --result:nunit2TestResult.xml;format=nunit2"
.\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -mergebyhash -skipautoprops -register:user -output:opencoverTestCoverageReport.xml -target:".\packages\NUnit.ConsoleRunner.3.6.0\tools\nunit3-console.exe" -targetargs:"VisualMutator.sln --config=Release --result:nunit3TestResult.xml --result:nunit2TestResult.xml;format=nunit2"

0 comments on commit 6804216

Please sign in to comment.