mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Update CI script, switch to codecov for coverage uploads
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -6,15 +6,15 @@ env:
|
|||||||
- LUA="lua 5.2"
|
- LUA="lua 5.2"
|
||||||
- LUA="lua 5.3"
|
- LUA="lua 5.3"
|
||||||
- LUA="luajit 2.0"
|
- LUA="luajit 2.0"
|
||||||
|
- LUA="luajit 2.1"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- pip install hererocks
|
- pip install hererocks
|
||||||
- hererocks l -r^ --$LUA
|
- hererocks lua_install --$LUA -r latest
|
||||||
- export PATH=$PATH:$PWD/l/bin
|
- source lua_install/bin/activate
|
||||||
- luarocks install luacheck
|
|
||||||
- luarocks install dkjson --deps-mode=none
|
|
||||||
- luarocks install busted
|
- luarocks install busted
|
||||||
- luarocks install luacov-coveralls
|
- luarocks install cluacov
|
||||||
|
- luarocks install luacheck
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- luarocks make
|
- luarocks make
|
||||||
@@ -23,5 +23,6 @@ script:
|
|||||||
- luacheck src spec
|
- luacheck src spec
|
||||||
- busted -c
|
- busted -c
|
||||||
|
|
||||||
after_success:
|
after_script:
|
||||||
- luacov-coveralls
|
- luacov
|
||||||
|
- codecov -X gcov
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# argparse
|
# argparse
|
||||||
|
|
||||||
[](https://travis-ci.org/mpeterv/argparse)
|
[](https://travis-ci.org/mpeterv/argparse)
|
||||||
[](https://coveralls.io/github/mpeterv/argparse?branch=master)
|
[](https://coveralls.io/r/mpeterv/argparse?branch=master)
|
||||||
|
|
||||||
Argparse is a feature-rich command line parser for Lua inspired by argparse for Python.
|
Argparse is a feature-rich command line parser for Lua inspired by argparse for Python.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user