the missing link in Drupal: code coverage - legovaer

Video Description

Drupal 8 ships with a lot of helpful out-of-the-box analysis tools which will help you to understand the overall quality of your code. Now we have both PHPUnit and Simpletest. The group behind Drupal's CI & testbot keeps on improving the tools in place. But what if we want to go one step ahead and use tools which have been adopted by the wider PHP community as well?

LEGOVAER

Levi has been developing PHP applications for about 15 years now. 5 years ago, he had his first hands-on experience with Drupal and it was love at first sight. When he needs to perform a single task more then once, he'll be looking for a way to automate it. He's a perfectionist and that's one of the main reasons why he's spending so much time on code analysis and TDD. On Drupal.org you will find his contributions in several modules:

Scheduler module (Port D7 module to D8)
Drupal Symfony Inject (Co-maintainer)
Validators (Maintainer)
AUDIENCE

This session is intendended for:

(experienced) module developers who have been working with Simpletest and/or PHPUnit
Both Drupal 7 as Drupal 8 developers
Module maintainers that would like to decrease their amount of bug reports
WHAT YOU WILL LEARN

After the session, you will understand how you can generate a code coverage report of your own module's codebase and even better: you will be able to get it generated automatically using Travis CI.