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