Skip to content

Commit

Permalink
Merge pull request #2 from huangs1/fixed_badges_in_README.md
Browse files Browse the repository at this point in the history
added Badges in README
  • Loading branch information
huangs1 authored Feb 7, 2019
2 parents 3467b1b + 51a5e76 commit 1834bfd
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -272,13 +276,14 @@ coverage run --source tests -m py.test
coverage report
```

## Activating Coveralls
## Activating CodeCov

- Go to <https://coveralls.io/sign-up>
- Click Github Sign Up
- Go to <https://codecov.io>
- 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:
Expand All @@ -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)

0 comments on commit 1834bfd

Please sign in to comment.