File tree Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Expand file tree Collapse file tree 1 file changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -30,12 +30,34 @@ artifacts:
30
30
31
31
image : Visual Studio 2017
32
32
33
- test_script :
34
- - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Debug\MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
35
33
34
+ for :
35
+ -
36
+ matrix :
37
+ only :
38
+ - configuration : Debug
36
39
37
- after_test :
40
+ test_script :
41
+ - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Debug\MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
42
+ after_test :
38
43
- ps : |
39
44
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
40
45
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
41
46
bash codecov.sh -f "coverage.xml"
47
+ -
48
+ matrix :
49
+ only :
50
+ - configuration : Debug_Lite
51
+
52
+ test_script :
53
+ - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Lite\Debug\MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
54
+ after_test :
55
+ - ps : |
56
+ $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
57
+ Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
58
+ bash codecov.sh -f "coverage.xml"
59
+
60
+
61
+
62
+ # test_script:
63
+ # - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI-Tests\bin\Debug\MLAPI-Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI-Tests*]* "
You can’t perform that action at this time.
0 commit comments