From 208ba8b28f08ce7bbf5010e6592b7a58057548db Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 15 Dec 2016 23:29:12 +0330 Subject: updated --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d4056bb..80a7b1b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # mutator +[![Build Status](https://travis-ci.org/bloodstalker/mutator.svg?branch=master)](https://travis-ci.org/bloodstalker/mutator) Coverity Scan Build Status [![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/553/badge)](https://bestpractices.coreinfrastructure.org/projects/553) -[![Build Status](https://travis-ci.org/bloodstalker/mutator.svg?branch=master)](https://travis-ci.org/bloodstalker/mutator) + A C code mutator,Misra-C checker and when possible, a Misra-C implementer using the Clang frontend written mostly in C++ and some bash.

@@ -43,6 +44,7 @@ If your code needs a compilation database for clang to understand it and you don TDD tests are created for each added feature which are stored under the **test** folder in the repo.
Smoke tests and Daily builds are conducted to make sure the code base builds correctly more than once every day.
Everytime there is a new commit, the code base is buildable and runnable. If you are having problems, raise an issue or let me know.
+The code base uses Coverity for static analysis and CI Travis for checking the build matrix.
### Notes #### **The project will be updated everytime there is a major LLVM release and will use those libraries instead of the old ones.** -- cgit v1.2.3