ソースを参照

Add coverage badge [ci skip]

Matt Coles 9 年 前
コミット
31a1c71ef4
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,4 +1,4 @@
1
-# uni-society-manager [![travisbadge](https://travis-ci.org/Alpha-Atom/uni-society-manager.svg)](https://travis-ci.org/Alpha-Atom/uni-society-manager/builds) ![dankmeme](https://img.shields.io/badge/contains-dank%20memes-brightgreen.svg)
1
+# uni-society-manager [![travisbadge](https://travis-ci.org/Alpha-Atom/uni-society-manager.svg)](https://travis-ci.org/Alpha-Atom/uni-society-manager/builds) [![Coverage Status](https://coveralls.io/repos/github/Alpha-Atom/uni-society-manager/badge.svg?branch=master)](https://coveralls.io/github/Alpha-Atom/uni-society-manager?branch=master) ![dankmeme](https://img.shields.io/badge/contains-dank%20memes-brightgreen.svg)
2 2
 
3 3
 Server for Integrated Project, powered by Express.js and Redis, listens for HTTPS requests on port 443 and HTTP requests on port 80 and port 3000. Certificate provided for free by the brilliant __[Lets Encrypt!](https://letsencrypt.org/)__ project. Unit tests are run on each commit with __[Travis CI](https://travis-ci.org/)__. Results of these tests can be viewed by clicking the build passing/failing badge. Unit tests exist for each route with a :white_check_mark: by its name.
4 4