mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-27 18:42:20 +00:00
Fix codecov call and badge
This commit is contained in:
@@ -9,6 +9,7 @@ env:
|
|||||||
- LUA="luajit 2.1"
|
- LUA="luajit 2.1"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
- pip install codecov
|
||||||
- pip install hererocks
|
- pip install hererocks
|
||||||
- hererocks lua_install --$LUA -r latest
|
- hererocks lua_install --$LUA -r latest
|
||||||
- source lua_install/bin/activate
|
- source lua_install/bin/activate
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
# argparse
|
# argparse
|
||||||
|
|
||||||
[](https://travis-ci.org/mpeterv/argparse)
|
[](https://travis-ci.org/mpeterv/argparse)
|
||||||
[](https://coveralls.io/r/mpeterv/argparse?branch=master)
|
[](https://codecov.io/gh/mpeterv/argparse)
|
||||||
|
|
||||||
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