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-flux)
5
6
6
7
Flux, the lightweight stream processor to concurrently do many (but not too many) things at once,
@@ -683,6 +684,14 @@ To run the test suite, go to the project root and run:
683
684
vendor/bin/phpunit
684
685
```
685
686
687
+
The test suite is set up to always ensure 100% code coverage across all
688
+
supported environments. If you have the Xdebug extension installed, you can also
689
+
generate a code coverage report locally like this:
0 commit comments