Skip to content

Commit

Permalink
Merge pull request #241 from pestphp/bugfix/coverage-xml
Browse files Browse the repository at this point in the history
docs: update deprecated `<coverage>` config usage
  • Loading branch information
nunomaduro authored Nov 7, 2023
2 parents 3647d3c + fe4e6bc commit 262482a
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 262482a

Please sign in to comment.