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