Skip to content

Commit

Permalink
Exclude test directory from coverage results
Browse files Browse the repository at this point in the history
  • Loading branch information
nurpax committed Apr 19, 2014
1 parent f7ae62e commit a1f5483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,4 +5,4 @@ script:
- cabal configure --enable-tests --enable-library-coverage && cabal build
- run-cabal-test
after_script:
- hpc-coveralls test
- hpc-coveralls --exclude-dir=test test

0 comments on commit a1f5483

Please sign in to comment.