From ca87a49b277965307124f4d59855143d341ba92f Mon Sep 17 00:00:00 2001 From: "sean.sandy" Date: Wed, 16 Aug 2017 13:09:09 -0400 Subject: [PATCH] codecov badge + docs --- .travis.yml | 2 ++ README.md | 5 +++-- source/DbInterface.php | 19 +++++++++++++------ tests/source/Db.php | 30 ++++++++++++++++++++++-------- 4 files changed, 40 insertions(+), 16 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4263066..60ab303 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,11 @@ sudo: false language: php php: + - 5.5 - 5.6 - 7.0 - 7.1 + - hhvm before_script: - composer install -n diff --git a/README.md b/README.md index 64c4a11..21e60fd 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ [![Build Status](https://travis-ci.org/SeanJA/query-builder.svg?branch=master)](https://travis-ci.org/SeanJA/query-builder) +[![Code coverage](https://codecov.io/gh/SeanJA/query-builder/branch/master/graph/badge.svg)](https://codecov.io/gh/SeanJA/query-builder) Requirements == -* PHP 5.2 + +* PHP 5.5 + TODO == -List some todos... +* PHP 5.2 branch Examples == diff --git a/source/DbInterface.php b/source/DbInterface.php index b5c737e..fab4c9a 100644 --- a/source/DbInterface.php +++ b/source/DbInterface.php @@ -1,26 +1,33 @@