forked from nus-cs2103-AY1617S2/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdashboard.html
5 lines (5 loc) · 3.11 KB
/
dashboard.html
1
2
3
4
5
<h1> Teams Dashboard [AY1617-Sem2] </h1> <table border="1"><tr><th>Project</th><th>Build status</th><th>Coverage</th><th>Code quality</th></tr>
<tr><td><a href = https://github.com/nus-cs2103-AY1617S4/addressbook-level4>AddressBook Level 4</a></td> <td><a href = https://travis-ci.org/se-edu/addressbook-level4> <img src = https://travis-ci.org/se-edu/addressbook-level4.svg?branch=master> </a></td> <td><a href = https://coveralls.io/github/se-edu/addressbook-level4?branch=master0> <img src = https://coveralls.io/repos/github/se-edu/addressbook-level4/badge.svg?branch=master> </a></td> <td><a href = https://www.codacy.com/app/damith/addressbook-level4?utm_source=github.com&utm_medium=referral&utm_content=se-edu/addressbook-level4&utm_campaign=Badge_Grade> <img src = https://api.codacy.com/project/badge/Grade/fc0b7775cf7f4fdeaf08776f3d8e364a> </a></td> </tr> </table><br><br><ul> <li> The size column shows relative sizes of project code base, estimated based on coverall reports as at Tue Apr 11 00:10:04 2017.</li> <ul> <li>Green: Code covered by tests </li> <li>Red: Code not covered by tests </li> <li>Purple: test code (estimated as 1.2 times the covered code)</li> </ul> <li> These numbers are not KPIs that will be converted directly to marks. They are just some data points that we can use (in conjunction with a manual examination of the code) to approximate the quality and quantity of the work done.</li> </ul><br><br><table border="1"><tr><th>Team</th><th>Contributions</th><th>Milestone</th><th>Build status</th><th>Coverage status</th><th>Coverage details</th></tr>
<!--
<tr><td><a href = https://github.com/CS2103JAN2017-W09-B1/main/blob/master/docs/AboutUs.md>W09-B1</a></td><td><a href = https://github.com/CS2103JAN2017-W09-B1/main/graphs/contributors?from=2017-02-18&to=2017-04-14&type=c>Contributors</a></td><td><ul><li style="color:#008840;">V0.1: 100% ( 0 , 1 ) : Closed</li><li style="color:#008840;">V0.2: 100% ( 0 , 16 ) : Closed</li><li style="color:#008840;">V0.3: 100% ( 0 , 16 ) : Closed</li><li style="color:#008840;">V0.4: 100% ( 0 , 24 ) : Closed</li><li style="color:#008840;">V0.5RC: 100% ( 0 , 25 ) : Closed</li><li style="color:#008840;">V0.5: 100% ( 0 , 15 ) : Closed</li></ul></td><td><a href = https://travis-ci.org/CS2103JAN2017-W09-B1/main> <img src = "https://travis-ci.org/CS2103JAN2017-W09-B1/main.svg?branch=master"></a></td><td><a href = https://coveralls.io/github/CS2103JAN2017-W09-B1/main?branch=master><img src = "https://coveralls.io/repos/github/CS2103JAN2017-W09-B1/main/badge.svg?branch=master"></a></td><td><img src="Greenbox.png" height="12" width="70 alt="Relevant lines covered:"70"> <img src="Redbox.png" height="12" width="6 alt="Lines not covered:"6"> <img src="Violetbox.png" height="12" width="84 alt="Estimated test code:"84"></td></tr>-->
</table>