You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/clue/reactphp-csv)
5
6
6
7
Streaming CSV (Comma-Separated Values or Character-Separated Values) parser and encoder for [ReactPHP](https://reactphp.org/).
@@ -411,6 +412,14 @@ To run the test suite, go to the project root and run:
411
412
vendor/bin/phpunit
412
413
```
413
414
415
+
The test suite is set up to always ensure 100% code coverage across all
416
+
supported environments. If you have the Xdebug extension installed, you can also
417
+
generate a code coverage report locally like this:
0 commit comments