Skip to content

Commit

Permalink
Strengthened code coverage mode
Browse files Browse the repository at this point in the history
  • Loading branch information
killy971 committed Jun 9, 2014
1 parent a2465eb commit e00f00c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ dist/
*.aux
*.ps
*.prof
*.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ script:
- run-cabal-test --show-details=always

after_script:
- hpc-coveralls --exclude-dir=test test-all
- hpc-coveralls --coverage-mode=StrictlyFullLines --exclude-dir=test test-all

0 comments on commit e00f00c

Please sign in to comment.