diff --git a/README.md b/README.md index 84caba86..98dfb732 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # GatorGrouper +[![Build Status](https://api.travis-ci.org/GatorEducator/gatorgrouper.svg?branch=master)](https://travis-ci.org/GatorEducator/gatorgrouper) +[![codecov.io](http://codecov.io/github/GatorEducator/gatorgrouper/coverage.svg?branch=master)](http://codecov.io/github/GatorEducator/gatorgrouper?branch=master) +[![made-with-python](https://img.shields.io/badge/Made%20with-Python-orange.svg)](https://www.python.org/) + GatorGrouper is a Python 3 program that assigns a list of students to groups of a specified size. The output of this program could then be communicated to the students in a specific class. Then, if a course instructor is using [GitHub @@ -272,13 +276,14 @@ coverage run --source tests -m py.test coverage report ``` -## Activating Coveralls +## Activating CodeCov -- Go to -- Click Github Sign Up +- Go to +- Click Sign up in the top-right corner +- Click Sign Up with Github - Add Repo GKAPFHAM/ gatorgrouper(make sure it is on) - You should now see it in your repos click on Gator Grouper. -- The now add to the end of your .travis.yml: +- Now add it to the end of your .travis.yml: ```yml after_success: @@ -292,5 +297,3 @@ create an issue associated with this Git repository using the "Issues" link at the top of this site. The contributors to GatorGrouper will do all that they can to resolve your issue and ensure that the entire tool works well in your teaching and development environment. - -[![Coverage Status](https://coveralls.io/repos/github/GatorGrouper/gatorgrouper/badge.svg?branch=master)](https://coveralls.io/github/GatorGrouper/gatorgrouper?branch=master)