From 03b023477c2c5aa0633ac46fc714d5b5b6f0a711 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Mon, 15 Oct 2018 02:52:29 -0500 Subject: [PATCH] README.md:remove coverity badge Coverity's broken, unable to access "defects" page or dashboard, support non-responsive, documentation out of date, doesn't provide an option to remove project https://stackoverflow.com/questions/34520441/how-to-remove-a-project-from-coverity-scan [skip ci] --- README.md | 1 - mk/linux/coverity-scan.txt | 8 -------- 2 files changed, 9 deletions(-) delete mode 100644 mk/linux/coverity-scan.txt diff --git a/README.md b/README.md index f20b7c07e..ac90583ff 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![Build Status](https://travis-ci.org/ZetaGlest/zetaglest-source.svg?branch=develop)](https://travis-ci.org/ZetaGlest/zetaglest-source) -[![Coverity Scan Build Status](https://scan.coverity.com/projects/16606/badge.svg)](https://scan.coverity.com/projects/zetaglest) **This is the game engine source code repository.** diff --git a/mk/linux/coverity-scan.txt b/mk/linux/coverity-scan.txt deleted file mode 100644 index 58da8bae9..000000000 --- a/mk/linux/coverity-scan.txt +++ /dev/null @@ -1,8 +0,0 @@ -Coverity builds won't need to be submitted very often. - -The instructions are at https://scan.coverity.com/download?tab=cxx - -The main commands to run after the prerequisites are met are: - - cov-build --dir cov-int make - tar czf zetaglest.tgz cov-build