dev-cap/MLCAT

update URLs and configuration

prasadtalasila opened this issue · 3 comments

Due to migration and renaming of MailingListParser to MLCAT, the badges in README.md are out of date. Also the project URLs in the scripts might be out of date.

The following files definitely need updates.

  1. README.md
  2. etc/deploy_docs.sh
  3. Markdown format improvements in project outline
  4. Update travis.yml - remove f20150052 and add the emails of the current students.

The badge to be used for dependency monitoring is as follows.

[![Dependency Status](https://www.versioneye.com/user/projects/5a57a7d70fb24f382f102324/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/5a57a7d70fb24f382f102324)

@AakankshaSanctis it is better to add test coverage using codecov and solve the problem of test coverage reporting. Once codecov is integrated into the project, you can use the following badge.

[![codecov](https://codecov.io/gh/DeveloperCAP/MLCAT/branch/master/graph/badge.svg)](https://codecov.io/gh/DeveloperCAP/MLCAT)

You can remove the codeclimate test coverage badge.

PR #121 solves this issue.