Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Jul 19, 2023
1 parent eab24fe commit 7b28dc5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pest-spicy-summer-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@ test('controllers')

> Read the full documentation at: [pestphp.com/docs/type-coverage](/docs/type-coverage)
<div class="code-snippet">
<img src="/assets/img/type-coverage.png" />
</div>

<img src="/assets/img/type-coverage.png" style="width: 100%;" />

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.

Expand Down

0 comments on commit 7b28dc5

Please sign in to comment.