Skip to content

Commit

Permalink
Adjustments for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
nhartland committed Jul 5, 2018
1 parent 43cf4b2 commit ba524f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .luacov
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
return {
["exclude"] = { 'luaunit.lua' },
["include"] = { 'forma/*' },
}
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ before_install:
- pip install hererocks
- hererocks env --$LUA -rlatest
- source env/bin/activate
- luarocks install luacov-coveralls
- luarocks install ldoc
- luarocks install luaunit
- luarocks install luacov
- luarocks install ldoc
- luarocks install luacov-coveralls

script:
- lua -lluacov tests/run.lua
Expand Down

0 comments on commit ba524f1

Please sign in to comment.