Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #74 from coverallsapp/coveralls-instructions
Browse files Browse the repository at this point in the history
Update Coveralls instructions
  • Loading branch information
trevorah committed Jul 4, 2016
2 parents 9cb44ba + 1162312 commit 2b60c05
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions lib/coveralls/instructions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Setup your Coveralls repo web hook notification settings by going to...
```
https://coveralls.io/<username>/<yourrepo>/notifications/webhook
```
[Coveralls](https://coveralls.io) is a web service to help you track your code coverage over time, ensure that all your new code is fully covered, and gain insight into where your code is vulnerable to bugs.

To set up your repo web hook notification, do the following:

1. Navigate to [your list of Repositories](https://coveralls.io/repos).
2. Select the repository that you want to add Gitter notification to.
3. Click the Notifications button.
4. Click the Configure button next to "Gitter".
5. Paste your webhook URL from below.
6. Hit Test and see it work.
7. Finally, save the notification.

0 comments on commit 2b60c05

Please sign in to comment.