Repository: commons-crypto Updated Branches: refs/heads/master a760177b6 -> 461ac12a5
Add Coverall badge. Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/c5297f66 Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/c5297f66 Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/c5297f66 Branch: refs/heads/master Commit: c5297f6635032c8e184f043c3287a2e760f70a12 Parents: 3adc207 Author: Gary Gregory <ggreg...@apache.org> Authored: Fri Nov 18 18:46:37 2016 -0800 Committer: Gary Gregory <ggreg...@apache.org> Committed: Fri Nov 18 18:46:37 2016 -0800 ---------------------------------------------------------------------- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/c5297f66/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index d037270..12b26f2 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ Apache Commons Crypto =================== [](https://travis-ci.org/apache/commons-crypto) +[](https://coveralls.io/r/apache/commons-crypto) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-crypto/) [](http://www.apache.org/licenses/LICENSE-2.0.html) - Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level. Developers can use it to implement high performance AES encryption/decryption with the minimum