Skip to content

Commit

Permalink
docs: update deprecated <coverage> config usage
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Nov 7, 2023
1 parent 3647d3c commit fe4e6bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-coverage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Typically, the essential configuration for gathering code coverage is already pr

```xml
...
<coverage>
<source>
<include>
<directory suffix=".php">./app</directory>
</include>
</coverage>
</source>
...
```

Expand Down

0 comments on commit fe4e6bc

Please sign in to comment.