Added test and covergage badges to README.md

This commit is contained in:
Salvador E. Tropea 2020-05-26 15:03:40 -03:00
parent ee7de07ee4
commit 831b6e3418
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# KiPlot # KiPlot
![Python application](https://github.com/INTI-CMNB/kiplot/workflows/Python%20application/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/INTI-CMNB/kiplot/badge.svg?branch=master&service=github)](https://coveralls.io/github/INTI-CMNB/kiplot?branch=master)
KiPlot is a program which helps you to plot your KiCad PCBs to output KiPlot is a program which helps you to plot your KiCad PCBs to output
formats easily, repeatable, and most of all, scriptably. This means you formats easily, repeatable, and most of all, scriptably. This means you
can use a Makefile to export your KiCad PCBs just as needed. can use a Makefile to export your KiCad PCBs just as needed.