-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add unit tests, fix various bugs #10
Conversation
this package advertises support for PHP 7.0 and laravel 5.5, but this package definitely does not work on those two versions
Codecov Report
@@ Coverage Diff @@
## master #10 +/- ##
=======================================
Coverage ? 100%
Complexity ? 54
=======================================
Files ? 7
Lines ? 164
Branches ? 0
=======================================
Hits ? 164
Misses ? 0
Partials ? 0
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
This PR adds test coverage across the entire package.
Adding tests revealed a number of other bugs that have been resolved. Also added a travis CI/codecov config and badge.
We've had to change the way we expose our migrations, which has been documented in README.md