diff --git a/pest-spicy-summer-release.md b/pest-spicy-summer-release.md index a4d862f..d5d25d7 100644 --- a/pest-spicy-summer-release.md +++ b/pest-spicy-summer-release.md @@ -99,9 +99,8 @@ test('controllers') > Read the full documentation at: [pestphp.com/docs/type-coverage](/docs/type-coverage) -
- -
+ + As you may know, Pest offers a `--coverage` flag that allows you to generate a gorgeous coverage report on the terminal. This report shows you which lines of code are covered by your tests. This is a great way to ensure that your tests are covering all of your code.