Skip to content

Commit 6af0557

Browse files
committed
Remove codecov
1 parent 7e88e60 commit 6af0557

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

appveyor.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@ install:
1010
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
1111
build_script:
1212
- ps: ./Build.ps1
13-
test_script:
14-
- nuget.exe install OpenCover -ExcludeVersion
15-
- OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Serilog]*" -target:"dotnet.exe" "-targetargs:test test\Serilog.Tests" -returntargetcode -hideskipped:All -output:coverage.xml
16-
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
17-
- pip install codecov
18-
- codecov -f "coverage.xml"
13+
test: off
1914
artifacts:
2015
- path: artifacts/Serilog.*.nupkg
2116
deploy:

0 commit comments

Comments
 (0)