summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamantike <mike@fmanganiello.com.ar>2016-01-27 12:22:44 -0300
committerSybren A. Stüvel <sybren@stuvel.eu>2016-02-05 16:08:30 +0100
commita540c7c097bda4563db25d13164810594c62f183 (patch)
tree49582ebc48f43194e169b3eb829a8e005aa064b4
parent97b98892f099f8f3a159d358af86c5d6bd601368 (diff)
downloadrsa-git-a540c7c097bda4563db25d13164810594c62f183.tar.gz
Added Coveralls badge on Readme
-rw-r--r--CHANGELOG.txt6
-rw-r--r--README.md2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index e6d68ab..54eb9f3 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -9,14 +9,16 @@ Version 3.4 - in development
- Solved side-channel vulnerability by implementing blinding, fixes #19
- Deprecated the VARBLOCK format and rsa.bigfile module due to security issues, see
https://github.com/sybrenstuvel/python-rsa/issues/13
-- Integration with Travis-CI [1] and Code Climate [2]
+- Integration with Travis-CI [1], Coveralls [2] and Code Climate [3]
- Deprecated the old rsa._version133 and rsa._version200 submodules, they will be
completely removed in version 4.0.
- Add an 'exponent' argument to key.newkeys()
- Fixed bugs #12, #14, #27, #30
[1] https://travis-ci.org/sybrenstuvel/python-rsa
-[2] https://codeclimate.com/github/sybrenstuvel/python-rsa
+[2] https://coveralls.io/github/sybrenstuvel/python-rsa
+[3] https://codeclimate.com/github/sybrenstuvel/python-rsa
+
Version 3.3 - released 2016-01-13
----------------------------------------
diff --git a/README.md b/README.md
index 5539f3d..89c5ed6 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ Pure Python RSA implementation
[![PyPI](https://img.shields.io/pypi/v/rsa.svg)](https://pypi.python.org/pypi/rsa)
[![Build Status](https://travis-ci.org/sybrenstuvel/python-rsa.svg?branch=master)]
(https://travis-ci.org/sybrenstuvel/python-rsa)
+[![Coverage Status](https://coveralls.io/repos/github/sybrenstuvel/python-rsa/badge.svg?branch=master)]
+ (https://coveralls.io/github/sybrenstuvel/python-rsa?branch=master)
[![Code Climate](https://img.shields.io/codeclimate/github/sybrenstuvel/python-rsa.svg)]
(https://codeclimate.com/github/sybrenstuvel/python-rsa)