mirror of
https://github.com/kikito/middleclass.git
synced 2024-11-08 09:34:22 +00:00
attempts to exclude files from luacov
This commit is contained in:
parent
2e069c5e5b
commit
8baac4b8f0
@ -10,8 +10,8 @@ env:
|
||||
|
||||
before_install:
|
||||
- pip install hererocks
|
||||
- hererocks base -r^ --$LUA
|
||||
- export PATH=$PATH:$PWD/base/bin # Add directory with all installed binaries to PATH
|
||||
- hererocks lua_install -r^ --$LUA
|
||||
- export PATH=$PATH:$PWD/lua_install/bin # Add directory with all installed binaries to PATH
|
||||
|
||||
install:
|
||||
- luarocks install busted
|
||||
@ -19,10 +19,10 @@ install:
|
||||
- luarocks install luacov-coveralls
|
||||
|
||||
script:
|
||||
- busted -v -c
|
||||
- busted --verbose --coverage
|
||||
|
||||
after_success:
|
||||
- luacov-coveralls
|
||||
- luacov-coveralls --exclude $TRAVIS_BUILD_DIR/lua_install
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
Loading…
Reference in New Issue
Block a user