File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<packages >
3
3
<package id =" NuGet.CommandLine" version =" 2.8.3" />
4
- <package id =" OpenCover" version =" 4.6.166 " />
4
+ <package id =" OpenCover" version =" 4.6.247-rc " />
5
5
</packages >
Original file line number Diff line number Diff line change 10
10
project : StyleCopAnalyzers.sln
11
11
verbosity : minimal
12
12
test_script :
13
- - .\packages\OpenCover.4.6.166 \tools\OpenCover.Console.exe -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:"C:\projects\stylecopanalyzers\StyleCop.Analyzers\StyleCop.Analyzers.Test\bin\Debug\StyleCop.Analyzers.Test.dll -noshadow -appveyor" -returntargetcode -filter:"+[StyleCop*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\StyleCopAnalyzers_coverage.xml
13
+ - .\packages\OpenCover.4.6.247-rc \tools\OpenCover.Console.exe -register:user -target:"%xunit20%\xunit.console.x86.exe" -targetargs:"C:\projects\stylecopanalyzers\StyleCop.Analyzers\StyleCop.Analyzers.Test\bin\Debug\StyleCop.Analyzers.Test.dll -noshadow -appveyor" -returntargetcode -filter:"+[StyleCop*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\StyleCopAnalyzers_coverage.xml
14
14
- " SET PATH=C:\\ Python34;C:\\ Python34\\ Scripts;%PATH%"
15
15
- pip install codecov
16
16
- codecov -f "StyleCopAnalyzers_coverage.xml"
You can’t perform that action at this time.
0 commit comments