Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 63bf413

Browse files
committed
Update OpenCover to 4.6.519
1 parent 7371517 commit 63bf413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nuget/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<packages>
33
<package id="Codecov" version="1.0.1" />
44
<package id="NuGet.CommandLine" version="2.8.3" />
5-
<package id="OpenCover" version="4.6.247-rc" />
5+
<package id="OpenCover" version="4.6.519" />
66
</packages>

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
project: AsyncUsageAnalyzers.sln
1111
verbosity: minimal
1212
test_script:
13-
- .\packages\OpenCover.4.6.247-rc\tools\OpenCover.Console.exe -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:"C:\projects\asyncusageanalyzers\AsyncUsageAnalyzers\AsyncUsageAnalyzers.Test\bin\Debug\AsyncUsageAnalyzers.Test.dll -noshadow -appveyor" -returntargetcode -filter:"+[AsyncUsage*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\AsyncUsageAnalyzers_coverage.xml
13+
- .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:"C:\projects\asyncusageanalyzers\AsyncUsageAnalyzers\AsyncUsageAnalyzers.Test\bin\Debug\AsyncUsageAnalyzers.Test.dll -noshadow -appveyor" -returntargetcode -filter:"+[AsyncUsage*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\AsyncUsageAnalyzers_coverage.xml
1414
- .\packages\Codecov.1.0.1\tools\codecov.exe -f "AsyncUsageAnalyzers_coverage.xml"
1515
# preserve "packages" directory in the root of build folder but will reset it if packages.config is modified
1616
cache:

0 commit comments

Comments
 (0)