summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Collet <yann.collet.73@gmail.com>2015-05-29 17:50:12 (GMT)
committerYann Collet <yann.collet.73@gmail.com>2015-05-29 17:50:12 (GMT)
commit1cec6cb03f2eed58323bc38fc3898b31ffc68181 (patch)
treebe4ce4851aa7074391bb933f830b2a69684fe0ee /README.md
parent6f50184a4f50e435f6b3322c68b8b8114544496c (diff)
downloadlz4-1cec6cb03f2eed58323bc38fc3898b31ffc68181.zip
lz4-1cec6cb03f2eed58323bc38fc3898b31ffc68181.tar.gz
lz4-1cec6cb03f2eed58323bc38fc3898b31ffc68181.tar.bz2
Updated badges
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 12 insertions, 6 deletions
diff --git a/README.md b/README.md
index 31f6158..91241a0 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,17 @@ All versions feature the same excellent decompression speed.
|Branch |Status |
|------------|---------|
-|master | [![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=master)](https://travis-ci.org/Cyan4973/lz4) [![Build status](https://ci.appveyor.com/api/projects/status/v6kxv9si529477cq/branch/master?svg=true)](https://ci.appveyor.com/project/YannCollet/lz4) |
-|dev | [![Build Status](https://travis-ci.org/Cyan4973/lz4.svg?branch=dev)](https://travis-ci.org/Cyan4973/lz4) [![Build status](https://ci.appveyor.com/api/projects/status/v6kxv9si529477cq/branch/dev?svg=true)](https://ci.appveyor.com/project/YannCollet/lz4) |
-
-
-
+|master | [![Build Status][travisMasterBadge]][travisLink] [![Build status][AppveyorMasterBadge]][AppveyorLink] [![coverity][coverBadge]][coverlink] |
+|dev | [![Build Status][travisDevBadge]][travisLink] [![Build status][AppveyorDevBadge]][AppveyorLink] |
+
+[travisMasterBadge]: https://travis-ci.org/Cyan4973/lz4.svg?branch=master "Continuous Integration test suite"
+[travisDevBadge]: https://travis-ci.org/Cyan4973/lz4.svg?branch=dev "Continuous Integration test suite"
+[travisLink]: https://ci.appveyor.com/project/YannCollet/lz4
+[AppveyorMasterBadge]: https://ci.appveyor.com/api/projects/status/v6kxv9si529477cq/branch/master?svg=true "Visual test suite"
+[AppveyorDevBadge]: https://ci.appveyor.com/api/projects/status/v6kxv9si529477cq/branch/dev?svg=true "Visual test suite"
+[AppveyorLink]: https://ci.appveyor.com/project/YannCollet/lz4
+[coverBadge]: https://scan.coverity.com/projects/4735/badge.svg "Static code analysis of Master branch"
+[coverlink]: https://scan.coverity.com/projects/4735
> **Branch Policy:**
@@ -78,4 +84,4 @@ A list of these sources is maintained on the [LZ4 Homepage].
[Silesia Corpus]: http://sun.aei.polsl.pl/~sdeor/index.php?page=silesia
[lz4_Block_format]: lz4_Block_format.md
[lz4_Frame_format]: lz4_Frame_format.md
-[LZ4 Homepage]: http://www.lz4.org
+[LZ4 Homepage]: http://www.lz4.org \ No newline at end of file