From 1f2d010059f5277de89af2253344bcaedda67994 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 3 Mar 2015 10:47:39 -0500 Subject: [PATCH] Experimenting with Overalls. --- .travis.yml | 4 ++++ README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 60fad05..4497fa1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,9 @@ install: - gcc --version - g++ --version - python ./setup.py install + - pip install coveralls script: python ./runtests.py + +after_success: + - coveralls diff --git a/README.md b/README.md index 559dd95..5b86b02 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ What is a CadQuery? ======================================== [![Travis Build Status](https://travis-ci.org/dcowden/cadquery.svg)](https://travis-ci.org/dcowden/cadquery) +[![Coverage Status](https://coveralls.io/repos/dcowden/cadquery/badge.svg)](https://coveralls.io/r/dcowden/cadquery) CadQuery is an intuitive, easy-to-use python based language for building parametric 3D CAD models. CadQuery is for 3D CAD what jQuery is for javascript. Imagine selecting Faces of a 3d object the same way you select DOM objects with JQuery!