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 921ed4c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@ ghc:
- 7.8

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

notifications:
email:
- mdorman@jaunder.io

script:
- cabal configure --enable-library-coverage --enable-tests
- run-cabal-test
- hpc-coveralls --coverage-mode=StrictlyFullLines --exclude-dir=test test
# - cabal configure --enable-library-coverage --enable-tests
- cabal configure --enable-tests
- cabal test
# - run-cabal-test
# - hpc-coveralls --coverage-mode=StrictlyFullLines --exclude-dir=test test
- cabal check
- cabal sdist

Expand Down

0 comments on commit 921ed4c

Please sign in to comment.