Fix codecov call and badge

This commit is contained in:
Peter Melnichenko
2018-03-17 13:48:15 +03:00
parent 8316dc897f
commit 25b04f4c93
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -1,7 +1,7 @@
# argparse # argparse
[![Build Status](https://travis-ci.org/mpeterv/argparse.png?branch=master)](https://travis-ci.org/mpeterv/argparse) [![Build Status](https://travis-ci.org/mpeterv/argparse.png?branch=master)](https://travis-ci.org/mpeterv/argparse)
[![Coverage Status](https://coveralls.io/repos/mpeterv/argparse/badge.svg?branch=master)](https://coveralls.io/r/mpeterv/argparse?branch=master) [![Coverage status](https://codecov.io/gh/mpeterv/argparse/branch/master/graph/badge.svg)](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.