Skip to content

Commit

Permalink
Add test badges
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega authored Apr 23, 2019
1 parent 2301102 commit 5efa242
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# UXDM Eloquent

[![Build Status](https://travis-ci.com/DivineOmega/uxdm-eloquent.svg?branch=master)](https://travis-ci.com/DivineOmega/uxdm-eloquent)
[![Coverage Status](https://coveralls.io/repos/github/DivineOmega/uxdm-eloquent/badge.svg?branch=master)](https://coveralls.io/github/DivineOmega/uxdm-eloquent?branch=master)

The UXDM Eloquent package provides a UXDM source and destination for the
Eloquent ORM, commonly used in Laravel projects.

Expand Down Expand Up @@ -76,4 +79,4 @@ passing an array of field names as the second parameter.
$migrator = new Migrator;
$migrator->addDestination($eloquentDestination, ['field1', 'field2']);
$migrator->addDestination($otherDestination, ['field3', 'field2']);
```
```

0 comments on commit 5efa242

Please sign in to comment.