Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Commit

Permalink
Build fix - no code coverage in this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nblumhardt authored Feb 14, 2017
1 parent 0d70ee7 commit e1ef6fe
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@ install:
- ps: $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
build_script:
- ps: ./Build.ps1
test_script:
- nuget.exe install OpenCover -ExcludeVersion
- OpenCover\tools\OpenCover.Console.exe -register:user -filter:"+[Serilog]*" -target:"dotnet.exe" "-targetargs:test test\Serilog.Tests" -returntargetcode -hideskipped:All -output:coverage.xml
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml"
test: off
artifacts:
- path: artifacts/Serilog.*.nupkg
deploy:
Expand Down

0 comments on commit e1ef6fe

Please sign in to comment.