Skip to content

Commit d97c175

Browse files
authored
Added Coveralls coverage reporting. (#6)
* Added Coveralls Coverage
1 parent 26109e1 commit d97c175

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.coveralls.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
coverage_clover: test/_reports/cov.xml
2+
json_path: test/_reports/coveralls-upload.json
3+
service_name: travis-ci

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ install:
1212

1313
before_script:
1414
- composer self-update
15-
- composer install
15+
- composer require --dev php-coveralls/php-coveralls
16+
- composer install
17+
18+
after_script:
19+
- php vendor/php-coveralls/php-coveralls/bin/php-coveralls -v

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# laravel-mysqlite
22
[![Build Status](https://travis-ci.org/spam-n-eggs/laravel-mysqlite.svg?branch=master)](https://travis-ci.org/spam-n-eggs/laravel-mysqlite)
3+
[![Coverage Status](https://coveralls.io/repos/spam-n-eggs/laravel-mysqlite/badge.svg?branch=master&service=github)](https://coveralls.io/github/spam-n-eggs/laravel-mysqlite?branch=master)
34

45
Laravel MySQLite is meant to be used in conjunction with Laravel. It is a wrapper class that adds select functions from MySQL to SQLite. See [Vectorface/MySQLite](https://github.com/Vectorface/MySQLite) for more details around what is included by default.
56
# Usage

0 commit comments

Comments
 (0)