We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b123349 commit ead1cefCopy full SHA for ead1cef
README.md
@@ -7,6 +7,9 @@ coverage data for Rust unit tests, using
7
- `rustcov`: The top-level script to run in your project directory.
8
- `genhtml`: Stolen from lcov, this needs to be in your PATH when you
9
run `rustcov`. MacOS brew users can use `brew install lcov` instead.
10
+- `wait-for`: A way to wait for another program. Stolen from
11
+ [eficode](https://github.com/eficode/wait-for/), but doesn't mess with
12
+ an app's HOST or PORT environment.
13
14
## Requirements
15
0 commit comments