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

@@ -1,7 +1,7 @@
# 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.