aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamien George2015-03-01 13:37:27 +0000
committerDamien George2015-03-01 14:50:09 +0000
commit81e661f28b487bf194ff9dda9b36699f9e55915e (patch)
treea4d1d2865d9e41e66fabcd9a94a495881fc79746 /README.md
parentb753009a380a103c024ffdd313f43d4fa44f0ef5 (diff)
travis: Add automated coverage testing using coveralls.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1eec21257..bbbe6a032 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-[![Build Status][travis-img]][travis-repo]
+[![Build Status][travis-img]][travis-repo] [![Coverage Status][coveralls-img]][coveralls-repo]
[travis-img]: https://travis-ci.org/micropython/micropython.png?branch=master
[travis-repo]: https://travis-ci.org/micropython/micropython
+[coveralls-img]: https://coveralls.io/repos/micropython/micropython/badge.png?branch=travis-testing
+[coveralls-repo]: https://coveralls.io/r/micropython/micropython?branch=travis-testing
The Micro Python project
========================