Skip to content

Commit

Permalink
Added luacov for unit test coverage reporting. (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrogaski committed Sep 9, 2019
1 parent 6797777 commit 5bc4ee9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@ before_install:
install:
- luarocks install bitlib
- luarocks install luaunit
- luarocks install luacov
- luarocks install luacov-coveralls

script:
- lua tests/TestUtility.lua -v
- lua tests/TestSettings.lua -v
- lua -lluacov tests/TestUtility.lua -v
- lua -lluacov tests/TestSettings.lua -v

after_success:
- luacov-coveralls

notifications:
email:
on_success: change
on_failure: always
on_failure: always

0 comments on commit 5bc4ee9

Please sign in to comment.