diff options
| author | Damien George | 2015-03-01 13:37:27 +0000 |
|---|---|---|
| committer | Damien George | 2015-03-01 14:50:09 +0000 |
| commit | 81e661f28b487bf194ff9dda9b36699f9e55915e (patch) | |
| tree | a4d1d2865d9e41e66fabcd9a94a495881fc79746 /README.md | |
| parent | b753009a380a103c024ffdd313f43d4fa44f0ef5 (diff) | |
travis: Add automated coverage testing using coveralls.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ======================== |
