Skip to content

Commit

Permalink
hpc-coveralls fails with multiple test suites
Browse files Browse the repository at this point in the history
Pretty much eliminates it from consideration:

killy971/hpc-coveralls#18
  • Loading branch information
mdorman committed Apr 27, 2015
1 parent 9fe1149 commit 846af4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ghc:
- 7.8

before_install:
- cabal install alex happy hpc-coveralls
- cabal install alex happy # hpc-coveralls

notifications:
email:
Expand All @@ -14,7 +14,7 @@ notifications:
script:
- cabal configure --enable-library-coverage --enable-tests
- run-cabal-test
- hpc-coveralls --coverage-mode=StrictlyFullLines --exclude-dir=test test
# - hpc-coveralls --coverage-mode=StrictlyFullLines --exclude-dir=test test
- cabal check
- cabal sdist

Expand Down

0 comments on commit 846af4f

Please sign in to comment.