File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed
Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ before_build:
55 cd src
66
77 dotnet restore
8+
9+ choco install opencover.portable
10+
11+ choco install codecov
812build :
913 project : ./src/
1014 verbosity : minimal
1115test_script :
1216- ps : >-
1317 cd ..\tests
1418
15- cd UnitTest
19+ OpenCover.Console.exe -oldstyle -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test" -output:".\test_coverage.xml"
1620
17- dotnet test
21+ codecov -f "test_coverage.xml"
Original file line number Diff line number Diff line change 1+
2+ Microsoft Visual Studio Solution File, Format Version 12.00
3+ # Visual Studio 15
4+ VisualStudioVersion = 15.0.26730.10
5+ MinimumVisualStudioVersion = 10.0.40219.1
6+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "MineCase.UnitTest" , "UnitTest\MineCase.UnitTest.csproj" , "{8EA43298-B73A-4A32-9A43-59D385ADA787}"
7+ EndProject
8+ Global
9+ GlobalSection (SolutionConfigurationPlatforms ) = preSolution
10+ Debug| Any CPU = Debug| Any CPU
11+ Release| Any CPU = Release| Any CPU
12+ EndGlobalSection
13+ GlobalSection (ProjectConfigurationPlatforms ) = postSolution
14+ {8EA43298-B73A-4A32-9A43-59D385ADA787} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
15+ {8EA43298-B73A-4A32-9A43-59D385ADA787} .Debug| Any CPU .Build .0 = Debug| Any CPU
16+ {8EA43298-B73A-4A32-9A43-59D385ADA787} .Release| Any CPU .ActiveCfg = Release| Any CPU
17+ {8EA43298-B73A-4A32-9A43-59D385ADA787} .Release| Any CPU .Build .0 = Release| Any CPU
18+ EndGlobalSection
19+ GlobalSection (SolutionProperties ) = preSolution
20+ HideSolutionNode = FALSE
21+ EndGlobalSection
22+ GlobalSection (ExtensibilityGlobals ) = postSolution
23+ SolutionGuid = {F4A5642D-56BF-4E11-AEDF-3D900DE95C69}
24+ EndGlobalSection
25+ EndGlobal
You can’t perform that action at this time.
0 commit comments