File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 28
28
</ItemGroup >
29
29
30
30
<ItemGroup >
31
- <PackageReference Include =" Codecov" Version =" 1.0.3 " IncludeAssets =" none" PrivateAssets =" all" />
31
+ <PackageReference Include =" Codecov" Version =" 1.12.4 " IncludeAssets =" none" PrivateAssets =" all" />
32
32
<PackageReference Include =" OpenCover" Version =" 4.6.519" IncludeAssets =" none" PrivateAssets =" all" />
33
33
</ItemGroup >
34
34
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ test_script:
18
18
$codecovVersion = $buildProperties.SelectSingleNode('/Project/ItemGroup/PackageReference[@Include="Codecov"]').Version
19
19
$codecov = Join-Path (Join-Path $env:UserProfile '.nuget\packages\') "codecov\$codecovVersion\tools\codecov.exe"
20
20
&$openCoverConsole `
21
- -register:user `
21
+ -register:machine `
22
22
-returntargetcode `
23
23
-hideskipped:All `
24
24
-filter:"+[Tvl*]*" `
@@ -29,7 +29,7 @@ test_script:
29
29
-targetargs:"$unitTestAssembly -appveyor -noshadow"
30
30
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
31
31
&$openCoverConsole `
32
- -register:user `
32
+ -register:machine `
33
33
-returntargetcode `
34
34
-hideskipped:All `
35
35
-filter:"+[Tvl*]*" `
@@ -46,3 +46,7 @@ artifacts:
46
46
- path : ' Tvl.VisualStudio.MouseFastScroll\**\*.vsix'
47
47
- path : ' \msbuild.binlog'
48
48
name : build log
49
+ - path : ' \OpenCover.MouseFastScroll.UnitTests.xml'
50
+ name : Unit test coverage
51
+ - path : ' \OpenCover.MouseFastScroll.IntegrationTests.xml'
52
+ name : Integration test coverage
Original file line number Diff line number Diff line change @@ -16,9 +16,11 @@ flags:
16
16
auto_apply : true
17
17
paths :
18
18
- Tvl.VisualStudio.MouseFastScroll/
19
+ - Tvl.VisualStudio.MouseFastScroll.11/
20
+ - Tvl.VisualStudio.MouseFastScroll.17/
21
+ - Tvl.VisualStudio.MouseFastScroll.Shared/
19
22
test :
20
23
auto_apply : true
21
24
paths :
22
25
- Tvl.VisualStudio.MouseFastScroll.IntegrationTests/
23
- - Tvl.VisualStudio.MouseFastScroll.IntegrationTestService/
24
26
- Tvl.VisualStudio.MouseFastScroll.UnitTests/
You can’t perform that action at this time.
0 commit comments