We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8d9f89 + 73f77c2 commit 1c2c9e6Copy full SHA for 1c2c9e6
1 file changed
appveyor.yml
@@ -9,7 +9,7 @@ before_build:
9
build:
10
project: StyleCopAnalyzers.sln
11
verbosity: minimal
12
-test_script:
+after_test:
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" -filter:"+[StyleCop*]*" -excludebyattribute:*.ExcludeFromCodeCoverage* -hideskipped:All -output:.\StyleCopAnalyzers_coverage.xml
14
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
15
- pip install codecov
0 commit comments