From 846af4f452a10753ef7b3e9ff5f781dffd9070d6 Mon Sep 17 00:00:00 2001 From: Michael Alan Dorman Date: Mon, 27 Apr 2015 07:23:11 -0400 Subject: [PATCH] hpc-coveralls fails with multiple test suites Pretty much eliminates it from consideration: https://github.com/guillaume-nargeot/hpc-coveralls/issues/18 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9dbf985..30c91bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ ghc: - 7.8 before_install: - - cabal install alex happy hpc-coveralls + - cabal install alex happy # hpc-coveralls notifications: email: @@ -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