File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 project : StyleCopAnalyzers.sln
1111 verbosity : minimal
1212test_script :
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
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* -excludebyfile:*\*Designer.cs - hideskipped:All -output:.\StyleCopAnalyzers_coverage.xml
1414- " SET PATH=C:\\ Python34;C:\\ Python34\\ Scripts;%PATH%"
1515- pip install codecov
1616- codecov -f "StyleCopAnalyzers_coverage.xml"
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ mkdir $report_folder | Out-Null
4545 - hideskipped:All `
4646 - filter:" +[StyleCop*]*" `
4747 - excludebyattribute:* .ExcludeFromCodeCoverage* `
48+ - excludebyfile:* \* Designer.cs `
4849 - output:" $report_folder \OpenCover.StyleCopAnalyzers.xml" `
4950 - target:" $xunit_runner_console " `
5051 - targetargs:" $target_dll -noshadow"
You can’t perform that action at this time.
0 commit comments