Skip to content

Commit

Permalink
add coveralls support
Browse files Browse the repository at this point in the history
* and coverage badge to README
  • Loading branch information
msimerson committed Feb 11, 2015
1 parent 08206bd commit 8d88fdb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -3,3 +3,9 @@ perl:
- "5.18"
- "5.16"
- "5.8"

before_install:
- cpanm -n Devel::Cover::Report::Coveralls

after_script:
- cover -test -report coveralls
11 changes: 8 additions & 3 deletions README.md
@@ -1,6 +1,5 @@

![Build Status](https://travis-ci.org/smtpd/qpsmtpd.svg?branch=master "Build
Status")
[![Build Status][ci-img]][ci-url]
[![Coverage Status][cov-img]][cov-url]

# Qpsmtpd - qmail perl simple mail transfer protocol daemon

Expand Down Expand Up @@ -177,3 +176,9 @@ If the logfile doesn't give away the problem, then post to the
mailinglist (subscription instructions above). If possible, put
the logfile on a webserver and include a reference to it in the mail.


[cov-img]: https://coveralls.io/repos/smtpd/qpsmtpd/badge.svg
[cov-url]: https://coveralls.io/r/smtpd/qpsmtpd
[ci-img]: https://travis-ci.org/smtpd/qpsmtpd.svg?branch=master
[ci-url]: https://travis-ci.org/smtpd/qpsmtpd

0 comments on commit 8d88fdb

Please sign in to comment.