-
Notifications
You must be signed in to change notification settings - Fork 2
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
Improve Test Coverage #95
Improve Test Coverage #95
Conversation
There's a lot more tests to cover now that the core class has tests (which reveals all the rest of the classes in the library). I've done about all I can do for now. Testing is a never-ending endeavor, but this should provide a good base to build on when features are added or refactored. |
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 is great @tarecord ! What are the chances you could do a walk-through on testing for the Biweekly sometime?
This handles setting up code coverage measuring and improves our test coverage quite a bit.
You can verify this locally with Slic.
First, you'll need to start XDebug to use it as a driver with:
Then you can run the tests and generate the coverage report in the
tests/_output
directory: