Skip to content

Commit

Permalink
Enable coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarni committed Feb 19, 2015
1 parent 578bda3 commit b5f2032
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@ install:
- cabal install --only-dependencies --enable-tests

script:
- cabal configure --enable-tests
- cabal configure --enable-tests --enable-library-coverage
- cabal build && cabal test
- cabal sdist

after_script:
- cabal install hpc-coveralls
- hpc-coveralls --exclude-dir=test spec

notifications:
irc:
channels:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# servant-server

[![Build Status](https://secure.travis-ci.org/haskell-servant/servant-server.svg)](http://travis-ci.org/haskell-servant/servant-server)
[![Coverage Status](https://coveralls.io/repos/haskell-servant/servant-server/badge.svg)](https://coveralls.io/r/haskell-servant/servant-server)

![servant](https://raw.githubusercontent.com/haskell-servant/servant/master/servant.png)

Expand Down

0 comments on commit b5f2032

Please sign in to comment.