aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-04-10 07:24:34 +0000
committerbloodstalker <thabogre@gmail.com>2017-04-10 07:24:34 +0000
commitafadb7d4dd3fc23745cc9e369352790ea1797558 (patch)
tree2d169ca2ad25b51c0389176c7122b08d4cae57bb /README.md
parentchanged the gcov version for the cov build (diff)
downloadmutator-afadb7d4dd3fc23745cc9e369352790ea1797558.tar.gz
mutator-afadb7d4dd3fc23745cc9e369352790ea1797558.zip
added a coverage tag
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2493a2d..14e571d 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,7 @@
src="https://scan.coverity.com/projects/11154/badge.svg"/>
</a>
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/553/badge)](https://bestpractices.coreinfrastructure.org/projects/553)
+[![Coverage Status](https://coveralls.io/repos/github/bloodstalker/mutator/badge.svg?branch=master)](https://coveralls.io/github/bloodstalker/mutator?branch=master)
<a href="https://twitter.com/xashmith" class="twitter-follow-button" data-show-count="false">Follow @xashmith</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
@@ -92,7 +93,7 @@ All the as-of-yet implemented features of the project are very much buildable an
#### Linux
-To build the project, you need to have the LLVM libraries 4.0 or higher. The project can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:299357.<br/>
+To build the project, you need to have the LLVM libraries 4.0 or higher. The project can not be built with LLVM 3.9 or lower. The latest tested is LLVM trunk:299810.<br/>
Here Are the build options:<br/>
* Running `make` will build the default target which is `all`. This will build all three executables, without support for coverage instrumentation.<br/>