diff --git a/README.md b/README.md index eba682cea9..8edc8163a5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Libre/Free Real Time Strategy game engine supporting early Westwood classics. * Website: [http://www.openra.net](http://www.openra.net) * IRC: \#openra on irc.freenode.net -* Repository: [https://github.com/OpenRA/OpenRA](https://github.com/OpenRA/OpenRA) [![Travis CI build status](https://travis-ci.org/OpenRA/OpenRA.svg?branch=bleed)](https://travis-ci.org/OpenRA/OpenRA) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/axc9k6jd25ej2o4w?svg=true)](https://ci.appveyor.com/project/OpenRA/openra) [![Coverity Scan Build Status](https://scan.coverity.com/projects/3650/badge.svg)](https://scan.coverity.com/projects/3650) +* Repository: [https://github.com/OpenRA/OpenRA](https://github.com/OpenRA/OpenRA) [![Travis CI build status](https://travis-ci.org/OpenRA/OpenRA.svg?branch=bleed)](https://travis-ci.org/OpenRA/OpenRA) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/axc9k6jd25ej2o4w?svg=true)](https://ci.appveyor.com/project/OpenRA/openra) Please read the [FAQ](http://wiki.openra.net/FAQ) in our [Wiki](http://wiki.openra.net) and report problems at [http://bugs.openra.net](http://bugs.openra.net). diff --git a/appveyor.yml b/appveyor.yml index 7a03809d6f..24c60aa77c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,12 +1,6 @@ version: 1.0.{build} image: Visual Studio 2017 -environment: - CoverityProjectToken: - secure: BYP5qnptMazSCwTwgiFHlfqZd7BM3bwTRq2Cbs++ofg= - CoverityNotificationEmail: - secure: 0kyu0t8QwQYUQzqguVJP3N+VpEDfET2ArP+JNnOsUELJQvH8qbeQzPTM0ga0ek5G - install: build_script: @@ -35,7 +29,3 @@ after_test: artifacts: - path: OpenRA-$(VERSION).exe name: Installer - - path: coverity.zip - name: Coverity Build - - path: dupReport.html - name: dupFinder Report