Skip to content

Commit

Permalink
Update coverage command after renames
Browse files Browse the repository at this point in the history
- db.cabal was renamed to bdcs.cabal and tests became tests-bdcs
- there is also a new executable named bdcs-tmpfiles
  • Loading branch information
atodorov committed Aug 9, 2017
1 parent 5e502ae commit 8efbac6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ script:
- ./tests/test_export.sh

# collect coverage data from binaries
- mkdir ./dist/hpc/vanilla/tix/import/ ./dist/hpc/vanilla/tix/export/
- mkdir ./dist/hpc/vanilla/tix/bdcs-tmpfiles/ ./dist/hpc/vanilla/tix/import/ ./dist/hpc/vanilla/tix/export/
- mv bdcs-tmpfiles.tix ./dist/hpc/vanilla/tix/bdcs-tmpfiles/
- mv import.tix ./dist/hpc/vanilla/tix/import/
- mv export.tix ./dist/hpc/vanilla/tix/export/


after_success:
- ~/.cabal/bin/hpc-coveralls --display-report test-db import export
- ~/.cabal/bin/hpc-coveralls --display-report test-bdcs import export bdcs-tmpfiles

notifications:
email:
Expand Down

0 comments on commit 8efbac6

Please sign in to comment.